From 0d1b3cee4f96290db52df19e563c3ecad3991850 Mon Sep 17 00:00:00 2001 From: Realtebo Date: Thu, 16 Aug 2018 17:52:47 +0200 Subject: [PATCH] Enable FTL service before starting it Signed-off-by: Realtebo --- automated install/basic-install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index f91d64a7..9f596b45 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2483,9 +2483,12 @@ main() { echo -e " ${INFO} Restarting services..." # Start services - # Enable FTL - start_service pihole-FTL + # Enable 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 + start_service pihole-FTL # Download and compile the aggregated block list runGravity