Start and enable FTL prior to running Gravity
This commit is contained in:
parent
f3cc8c71c4
commit
911596daf8
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue