From 61c8c38853fd73fed3c0acae3317c85377e596ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 17 May 2026 20:06:56 +0200 Subject: [PATCH] Moved hierarchy preparation earlier in the script. --- script/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/deploy.sh b/script/deploy.sh index f4458f8..ce4b4ed 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -781,6 +781,7 @@ LIVE_TARGET_IP="$(yq -r '.live_target.ip' ${LIVE_DATA_FILE})" LIVE_TARGET_PASSWORD="$(yq -r '.live_target.password' ${LIVE_DATA_FILE})" DEVICE_TYPE="$(yq -r '.device.type' ${LIVE_DATA_FILE})" +hierarchy_preparation setup_ssh hardware_detection @@ -791,6 +792,5 @@ until [[ -e web/signals/deployment_ready ]]; do sleep 5 done -hierarchy_preparation # --- MAIN LOGIC ---< \ No newline at end of file