Update automated install/basic-install.sh

Co-authored-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2025-07-26 10:56:21 +01:00 committed by GitHub
parent 9252e90bd6
commit 364ba99b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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