testing putting `runGravity` at a different part of the script

pull/1182/head
Promofaux 7 years ago
parent b764d17c64
commit 1206dda347

@ -1019,7 +1019,7 @@ installPihole() {
installLogrotate
configureFirewall
finalExports
runGravity
#runGravity
}
accountForRefactor() {
@ -1049,7 +1049,7 @@ updatePihole() {
installCron
installLogrotate
finalExports #re-export setupVars.conf to account for any new vars added in new versions
runGravity
#runGravity
}
@ -1283,6 +1283,8 @@ main() {
enable_service lighttpd
fi
runGravity
echo "::: done."
if [[ "${useUpdateVars}" == false ]]; then

Loading…
Cancel
Save