Improve wording

Co-authored-by: Adam Warner <me@adamwarner.co.uk>
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-09-27 12:33:43 +02:00
committed by GitHub
parent f21d6e0a69
commit 53baec4b81

View File

@@ -79,7 +79,7 @@ start() {
# exit if we do not find it
pihole-FTL wait-for '########## FTL started' /var/log/pihole/FTL.log 10 "0 > /dev/null"
if [ $? -ne 0 ]; then
echo " [✗] FTL did not start"
echo " [✗] FTL did not start - stopping container"
exit 1
fi