1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

Start and enable FTL prior to running Gravity

This commit is contained in:
WaLLy3K 2017-09-20 17:29:11 +10:00 committed by GitHub
parent f3cc8c71c4
commit 911596daf8

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}"