mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Relay failed status to docker.
This commit is contained in:
@@ -142,3 +142,6 @@ while [ -n "${SERVICES}" ]; do
|
|||||||
ps -a
|
ps -a
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ "${FAILED_STATUS}" -eq 0 ] && [ "${FAILED_NAME}" != "signal" ]; then
|
||||||
|
FAILED_STATUS=1
|
||||||
|
fi
|
||||||
Reference in New Issue
Block a user