726965c8c8
content.quakejs.com can no longer be used
14 lines
279 B
Bash
14 lines
279 B
Bash
#!/bin/sh
|
|
|
|
cd /var/www/html
|
|
|
|
sed -i "s/'quakejs:/window.location.hostname + ':/g" index.html
|
|
|
|
sed -i "s/':80'/':${HTTP_PORT}'/g" index.html
|
|
|
|
/etc/init.d/apache2 start
|
|
|
|
cd /quakejs
|
|
|
|
node build/ioq3ded.js +set fs_game baseq3 +set dedicated 1 +set fs_cdn 127.0.0.1 +exec server.cfg
|