mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update ha_entrypoint.sh
This commit is contained in:
@@ -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 " "
|
||||
|
||||
Reference in New Issue
Block a user