Revert FTL wait-for changes

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2025-10-26 13:04:23 +00:00
parent f6e2d7c91f
commit ffd3cbb944

View File

@@ -75,13 +75,10 @@ start() {
sleep 0.5 sleep 0.5
done done
# Wait until the FTL log contains the "FTL started" message before continuing, timeout after 10 seconds # Wait until the FTL log contains the "FTL started" message before continuing
# exit if we do not find it while ! grep -q '########## FTL started' /var/log/pihole/FTL.log; do
pihole-FTL wait-for '########## FTL started' /var/log/pihole/FTL.log 10 0 > /dev/null sleep 0.5
if [ $? -ne 0 ]; then done
echo " [✗] FTL did not start - stopping container"
exit 1
fi
pihole updatechecker pihole updatechecker
local versionsOutput local versionsOutput