summaryrefslogtreecommitdiffstats
path: root/bash/tools/deploy_nexus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/tools/deploy_nexus.sh')
-rwxr-xr-xbash/tools/deploy_nexus.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bash/tools/deploy_nexus.sh b/bash/tools/deploy_nexus.sh
index 1532c614..21a51cae 100755
--- a/bash/tools/deploy_nexus.sh
+++ b/bash/tools/deploy_nexus.sh
@@ -156,6 +156,9 @@ update_hosts
# TODO
#check_dependencies
+# TODO: add rules to the firewall
+disable_firewall "$OS_ID"
+
echo "Restarting dnsmasq"
# TODO dnsmasq config?
systemctl enable dnsmasq
@@ -182,8 +185,6 @@ echo "Restarting docker"
systemctl enable docker
systemctl restart docker
-update_firewall
-
set +e
echo "** Loading images **"