Remove firewall configuration from update portion of script.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2017-01-17 14:40:30 -08:00
parent 00b28f0aed
commit 62a5e36afd
No known key found for this signature in database
GPG key ID: 572E999E385B7BFC

View file

@ -967,7 +967,6 @@ updatePihole() {
CreateLogFile CreateLogFile
installPiholeWeb installPiholeWeb
installCron installCron
configureFirewall
finalExports #re-export setupVars.conf to account for any new vars added in new versions finalExports #re-export setupVars.conf to account for any new vars added in new versions
runGravity runGravity
} }