Coderabbit fixes

This commit is contained in:
Adam Outler
2025-10-26 17:53:46 +00:00
parent 15bc1635c2
commit ededd39d5b
5 changed files with 50 additions and 10 deletions

View File

@@ -71,7 +71,7 @@ for script in ${SYSTEM_SERVICES_SCRIPTS}/check-*.sh; do
done
if [ ${FAILED_STATUS} ]; then
if [ -n "${FAILED_STATUS}" ]; then
echo "Container startup checks failed with exit code ${FAILED_STATUS}."
exit ${FAILED_STATUS}
fi