mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 06:44:06 +02:00
Update ha_entrypoint.sh
This commit is contained in:
@@ -81,7 +81,7 @@ if [ "$$" -eq 1 ]; then
|
|||||||
echo "All subprocesses terminated. Exiting."
|
echo "All subprocesses terminated. Exiting."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
trap terminate SIGTERM SIGINT
|
trap terminate SIGTERM
|
||||||
while :; do sleep infinity & wait $!; done
|
while :; do sleep infinity & wait $!; done
|
||||||
else
|
else
|
||||||
echo " "
|
echo " "
|
||||||
|
|||||||
Reference in New Issue
Block a user