mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #1700 from pi-hole/fix/start-ftl
Start and enable FTL prior to running Gravity
This commit is contained in:
commit
4316b15ae2
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue