From 364ba99b1f37cad83e34f3b009038df4493be9c6 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 26 Jul 2025 10:56:21 +0100 Subject: [PATCH] Update automated install/basic-install.sh Co-authored-by: yubiuser Signed-off-by: Adam Warner --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index e85b4ff1..daacb9a3 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1796,7 +1796,7 @@ FTLinstall() { # If the binary already exists in /usr/bin, then we need to stop the service - # If the binary does not exist, then we can skip this step. + # If the binary does not exist (fresh installs), then we can skip this step. if [[ -f /usr/bin/pihole-FTL ]]; then stop_service pihole-FTL >/dev/null fi