diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 79b823b1..c068fb39 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -932,18 +932,19 @@ accountForRefactor() { } updatePihole() { - accountForRefactor - # Source ${setupVars} for use in the rest of the functions. - . ${setupVars} - # Install base files and web interface - installScripts - installConfigs - CreateLogFile - configureSelinux - installPiholeWeb - installCron - configureFirewall - runGravity + accountForRefactor + # Source ${setupVars} for use in the rest of the functions. + . ${setupVars} + # Install base files and web interface + installScripts + installConfigs + CreateLogFile + configureSelinux + installPiholeWeb + installCron + configureFirewall + finalExports #re-export setupVars.conf to account for any new vars added in new versions + runGravity } configureSelinux() {