Added sleep timers.

This commit is contained in:
Raphaël Numbus
2026-05-15 22:25:27 +02:00
parent 27433d6258
commit 36c1039df6
+1
View File
@@ -681,6 +681,7 @@ if [[ "${DEPLOYMENT_STRATEGY}" == "I don't have a configuration" ]]; then
sleep 5
done
until [[ -e ../web/signals/deployment_ready ]]; do
sleep 5
done
else
BRIDGE_SCRIPT="../web/logic/non-interactive.py"