From 27433d625879d6c74fdd5e4966540e5cc016dec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Fri, 15 May 2026 22:24:47 +0200 Subject: [PATCH] Added sleep timers. --- script/deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/deploy.sh b/script/deploy.sh index 3f84101..cd4db6c 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -678,6 +678,7 @@ if [[ "${DEPLOYMENT_STRATEGY}" == "I don't have a configuration" ]]; then LIVE_TARGET_IP="$(yq -r '.live_target_ip' ${LIVE_DATA_FILE})" LIVE_TARGET_PASSWORD="$(yq -r '.live_target_password' ${LIVE_DATA_FILE})" until [[ -e ../web/signals/configuration_ready ]]; do + sleep 5 done until [[ -e ../web/signals/deployment_ready ]]; do done @@ -686,10 +687,13 @@ else launch_gui hierarchy_preparation until [[ -e ../web/signals/hw_detection_ready ]]; do + sleep 5 done until [[ -e ../web/signals/hw_detection_ready ]]; do + sleep 5 done until [[ -e ../web/signals/hw_detection_ready ]]; do + sleep 5 done fi # --- MAIN LOGIC ---< \ No newline at end of file