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