Merge pull request #1700 from pi-hole/fix/start-ftl

Start and enable FTL prior to running Gravity
This commit is contained in:
Adam Warner 2017-09-21 20:00:08 +01:00 committed by GitHub
commit 4316b15ae2

View file

@ -2064,13 +2064,13 @@ main() {
fi fi
fi fi
# Download and compile the aggregated block list
runGravity
# Enable FTL # Enable FTL
start_service pihole-FTL start_service pihole-FTL
enable_service pihole-FTL enable_service pihole-FTL
# Download and compile the aggregated block list
runGravity
# #
if [[ "${useUpdateVars}" == false ]]; then if [[ "${useUpdateVars}" == false ]]; then
displayFinalMessage "${pw}" displayFinalMessage "${pw}"