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 130dca3 commit d1a2c0aCopy full SHA for d1a2c0a
runs/update.sh
@@ -57,7 +57,9 @@ for i in $(seq 4 8); do
57
fi
58
done
59
60
-sleep 15
+# Wait for regulation loop(s) and cron jobs to end, but with timeout in case a script hangs
61
+pgrep -f "$OPENWBBASEDIR/(regel\\.sh|runs/cron5min\\.sh|runs/cronnightly\\.sh)$" | \
62
+ timeout 15 xargs -n1 -I'{}' tail -f --pid="{}" /dev/null
63
64
# backup some files before fetching new release
65
# module soc_eq
0 commit comments