From 61c9a29ea56f1f031b311575441d1373a46c46ca Mon Sep 17 00:00:00 2001 From: Julian Nodorp <6053734+jnodorp@users.noreply.github.com> Date: Sat, 8 Feb 2025 02:29:02 +0100 Subject: [PATCH] Clarify log message for missing caps Signed-off-by: Julian Nodorp <6053734+jnodorp@users.noreply.github.com> --- src/bash_functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bash_functions.sh b/src/bash_functions.sh index 3a82717..6f2f72a 100644 --- a/src/bash_functions.sh +++ b/src/bash_functions.sh @@ -235,8 +235,8 @@ fix_capabilities() { exit 1 fi else - echo " [!] WARNING: Unable to set capabilities for pihole-FTL." - echo " Please ensure that the container has the required capabilities." + echo " [!] ERROR: Unable to set capabilities for pihole-FTL." + echo " Please ensure that the container has the required capabilities." exit 1 fi echo ""