diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index 40cc197c8..e47949da4 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -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 " "