From e080b72342ae4dde5b05ffe049e1d740d34b3fc2 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Tue, 30 Sep 2025 21:09:18 +0200 Subject: [PATCH] Remove slipped in quotes Signed-off-by: yubiuser --- src/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.sh b/src/start.sh index 72e3b52..fe7724a 100644 --- a/src/start.sh +++ b/src/start.sh @@ -77,7 +77,7 @@ start() { # Wait until the FTL log contains the "FTL started" message before continuing, timeout after 10 seconds # exit if we do not find it - pihole-FTL wait-for '########## FTL started' /var/log/pihole/FTL.log 10 "0 > /dev/null" + pihole-FTL wait-for '########## FTL started' /var/log/pihole/FTL.log 10 0 > /dev/null if [ $? -ne 0 ]; then echo " [✗] FTL did not start - stopping container" exit 1