Update ha_entrypoint.sh

This commit is contained in:
Alexandre
2024-12-04 09:50:18 +01:00
committed by GitHub
parent 560ea8ee77
commit d5bba85f97

View File

@@ -20,7 +20,7 @@ if [ "$$" -eq 1 ]; then
echo "All subprocesses terminated. Exiting." echo "All subprocesses terminated. Exiting."
exit 0 exit 0
} }
trap terminate SIGTERM trap terminate SIGTERM SIGINT
fi fi
echo "Starting..." echo "Starting..."