remove SERVER var

This commit is contained in:
Aleksandr
2021-05-17 23:37:57 +02:00
committed by GitHub
parent 1f25c4c247
commit c2cfacda75
+2 -2
View File
@@ -2,9 +2,9 @@
cd /var/www/html
sed -i "s/quakejs/${SERVER}/g" index.html
sed -i "s/'quakejs:/window.location.hostname + ':/g" index.html
sed -i "s/${SERVER}:80/${SERVER}:${HTTP_PORT}/g" index.html
sed -i "s/':80'/':${HTTP_PORT}'/g" index.html
/etc/init.d/apache2 start