From f93ac990e0ce837a666d0ddee62f3931c37ef1ab Mon Sep 17 00:00:00 2001 From: Raphael Numbus Date: Sun, 14 Dec 2025 19:06:06 +0100 Subject: [PATCH] DEBUGGING --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index ef2acf2..3aeac24 100755 --- a/deploy.sh +++ b/deploy.sh @@ -407,7 +407,7 @@ EOF ((l++)) elif [[ "$j" -gt 0 ]]; then declare "PARITY_DISK_${m}_ID=${DISK_ID[${i}]}" - +=(${PARITY_DISK_${m}_ID}) + DISK_ID_LIST+=(${PARITY_DISK_${m}_ID}) j=$((j - 1)) ((m++)) fi