From 1206dda34769d221edc7914f50d5e009ee97a54d Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sun, 5 Feb 2017 19:23:04 +0000 Subject: [PATCH] testing putting `runGravity` at a different part of the script --- automated install/basic-install.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 7bce614e..9dcceab2 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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