mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
testing putting runGravity
at a different part of the script
This commit is contained in:
parent
b764d17c64
commit
1206dda347
1 changed files with 4 additions and 2 deletions
|
@ -1019,7 +1019,7 @@ installPihole() {
|
||||||
installLogrotate
|
installLogrotate
|
||||||
configureFirewall
|
configureFirewall
|
||||||
finalExports
|
finalExports
|
||||||
runGravity
|
#runGravity
|
||||||
}
|
}
|
||||||
|
|
||||||
accountForRefactor() {
|
accountForRefactor() {
|
||||||
|
@ -1049,7 +1049,7 @@ updatePihole() {
|
||||||
installCron
|
installCron
|
||||||
installLogrotate
|
installLogrotate
|
||||||
finalExports #re-export setupVars.conf to account for any new vars added in new versions
|
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
|
enable_service lighttpd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
runGravity
|
||||||
|
|
||||||
echo "::: done."
|
echo "::: done."
|
||||||
|
|
||||||
if [[ "${useUpdateVars}" == false ]]; then
|
if [[ "${useUpdateVars}" == false ]]; then
|
||||||
|
|
Loading…
Reference in a new issue