From 36c1039df6a1d0a71285ed4e3644371105cbbc6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 15 May 2026 22:25:27 +0200 Subject: [PATCH] Added sleep timers. --- script/deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/deploy.sh b/script/deploy.sh index cd4db6c..77eeaf2 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -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"