]> git.feebdaed.xyz Git - 0xmirror/pi-hole.git/commitdiff
Update automated install/basic-install.sh
authorAdam Warner <me@adamwarner.co.uk>
Sat, 26 Jul 2025 09:56:21 +0000 (10:56 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Jul 2025 09:56:21 +0000 (10:56 +0100)
Co-authored-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
automated install/basic-install.sh

index e85b4ff1bae3ee423bab7d2f0b3035184c93d382..daacb9a3dc82b012829513b16ed27313d3adf273 100755 (executable)
@@ -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