1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-19 14:48:13 +00:00

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
installPiholeWeb
installCron
configureFirewall
finalExports #re-export setupVars.conf to account for any new vars added in new versions
runGravity
}