We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5cc01 commit 8a00d7cCopy full SHA for 8a00d7c
docker/run.sh
@@ -5,7 +5,4 @@ if [ -f "/data/options.json" ]; then
5
SLEEP=$(jq --raw-output ".sleep" /data/options.json)
6
fi
7
8
-while true; do
9
- scaleconnect
10
- sleep ${SLEEP:-24h}
11
-done
+scaleconnect -i -r ${SLEEP:-24h}
0 commit comments