Force restart of NGINX. Seems to help with websockets

This commit is contained in:
DeathByDenim 2022-02-20 09:54:17 -05:00
parent 9f8904117f
commit 35f3dae6de
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ cp console2web/console2web.py /usr/bin/console2web
"$(dirname "$0")"/scripts/deploy_xonotic-br.sh
"$(dirname "$0")"/scripts/deploy_armagetron_advanced.sh
# Apply all pending firewall rules. NGINX shouldn't have to be restarted, but it seems to help.
firewall-cmd --reload
systemctl restart nginx
echo
echo "Installation complete. Password is ${systempassword}"