From 691b960ba5d24ab95e676a82d9768aa60631e675 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Dec 2018 14:03:17 +0100 Subject: [PATCH] Updates in install scripts --- setup/functions | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup/functions b/setup/functions index 924967ab..f8399dba 100644 --- a/setup/functions +++ b/setup/functions @@ -242,8 +242,6 @@ function installHttpd { for port in "80/tcp" "${portTrusted}/tcp" "${portSandbox}/tcp" "${portPublic}/tcp"; do ufw allow $port done - - ufw --force enable fi ;; esac