Files
quakejs-docker/entrypoint.sh
T
2021-05-17 23:37:57 +02:00

14 lines
256 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 +exec server.cfg