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 886b254Copy full SHA for 886b254
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 loops to end.
61
+# Using `xargs` because it might be running multiple times
62
+pgrep -f '/var/www/html/openWB/regel.sh$' | 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