1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

re-export setupVars.conf to account for any new vars added in new versions

This commit is contained in:
Adam Warner 2016-11-02 09:33:17 +00:00
parent fadb886d30
commit f6f6f6d7fe

View File

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