mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-21 11:00:32 +01:00
Update run
This commit is contained in:
@@ -12,4 +12,5 @@ fi
|
|||||||
timeout ${timeout_argument} "${timeout}" \
|
timeout ${timeout_argument} "${timeout}" \
|
||||||
bash -c \
|
bash -c \
|
||||||
"until echo > /dev/tcp/${host}/${port} ; do sleep 0.5; done" \
|
"until echo > /dev/tcp/${host}/${port} ; do sleep 0.5; done" \
|
||||||
>/dev/null 2>&1 && bash -c "scrutiny-collector-metrics run" || echo "port $port is not available"
|
>/dev/null 2>&1 && bash -c "scrutiny-collector-metrics run" || echo "port $port is not available" && "s6-svscanctl -t /var/run/s6/services"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user