diff --git a/install/production-filesystem/entrypoint.sh b/install/production-filesystem/entrypoint.sh index 9e120230..c7103820 100644 --- a/install/production-filesystem/entrypoint.sh +++ b/install/production-filesystem/entrypoint.sh @@ -142,3 +142,6 @@ while [ -n "${SERVICES}" ]; do ps -a done +if [ "${FAILED_STATUS}" -eq 0 ] && [ "${FAILED_NAME}" != "signal" ]; then + FAILED_STATUS=1 +fi \ No newline at end of file