Update run

This commit is contained in:
Alexandre
2021-02-11 11:41:17 +01:00
committed by GitHub
parent 690818d2b5
commit ffb9f0a180

View File

@@ -12,4 +12,5 @@ fi
timeout ${timeout_argument} "${timeout}" \
bash -c \
"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"