From 62a5e36afde7bb85dd6f7aebbad92e987ba4e7b2 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Tue, 17 Jan 2017 14:40:30 -0800 Subject: [PATCH] Remove firewall configuration from update portion of script. Signed-off-by: Dan Schaper --- automated install/basic-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index df9db556..e60f2f2d 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -967,7 +967,6 @@ updatePihole() { CreateLogFile installPiholeWeb installCron - configureFirewall finalExports #re-export setupVars.conf to account for any new vars added in new versions runGravity }