Merge pull request #1687 from jnodorp/patch-1

Clarify log message for missing caps
This commit is contained in:
yubiuser
2025-02-08 08:39:21 +01:00
committed by GitHub

View File

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