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