From 911596daf869a71966d7a13a93ee8d6ff9ac47ba Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Wed, 20 Sep 2017 17:29:11 +1000 Subject: [PATCH] Start and enable FTL prior to running Gravity --- automated install/basic-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 1786813d..3c82d921 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2064,13 +2064,13 @@ main() { fi fi - # Download and compile the aggregated block list - runGravity - # Enable FTL start_service pihole-FTL enable_service pihole-FTL + # Download and compile the aggregated block list + runGravity + # if [[ "${useUpdateVars}" == false ]]; then displayFinalMessage "${pw}"