Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2024-12-21 09:11:39 +01:00
committed by GitHub
parent 8de6be1541
commit b9ef4cc4d3

View File

@@ -81,7 +81,7 @@ if [ "$$" -eq 1 ]; then
echo "All subprocesses terminated. Exiting."
exit 0
}
trap terminate SIGTERM SIGINT
trap terminate SIGTERM
while :; do sleep infinity & wait $!; done
else
echo " "