From 21b1007a35f15c13956316a8a6c1984aced0dd1f Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sat, 19 Feb 2022 21:11:49 -0500 Subject: [PATCH] Apply all firewall rules at the end --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 5262bfe..1f962b4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -80,5 +80,6 @@ cp console2web/console2web.py /usr/bin/console2web "$(dirname "$0")"/scripts/deploy_xonotic-br.sh "$(dirname "$0")"/scripts/deploy_armagetron_advanced.sh +firewall-cmd --reload echo echo "Installation complete. Password is ${systempassword}"