mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-09 04:58:56 +00:00
Merge pull request #2367 from realtebo/fix-enabling-ftl
Fix to enable pihole-FTL service before starting it
This commit is contained in:
commit
74008d28a7
1 changed files with 5 additions and 2 deletions
|
@ -2484,8 +2484,11 @@ main() {
|
||||||
# Start services
|
# Start services
|
||||||
|
|
||||||
# Enable FTL
|
# Enable FTL
|
||||||
start_service pihole-FTL
|
# Ensure the service is enabled before trying to start it
|
||||||
|
# Fixes a problem reported on Ubuntu 18.04 where trying to start
|
||||||
|
# the service before enabling causes installer to exit
|
||||||
enable_service pihole-FTL
|
enable_service pihole-FTL
|
||||||
|
start_service pihole-FTL
|
||||||
|
|
||||||
# Download and compile the aggregated block list
|
# Download and compile the aggregated block list
|
||||||
runGravity
|
runGravity
|
||||||
|
|
Loading…
Add table
Reference in a new issue