DEBUGGING

This commit is contained in:
Raphael Numbus
2025-12-14 19:06:06 +01:00
parent c5c9d2b2dd
commit f93ac990e0
+1 -1
View File
@@ -407,7 +407,7 @@ EOF
((l++)) ((l++))
elif [[ "$j" -gt 0 ]]; then elif [[ "$j" -gt 0 ]]; then
declare "PARITY_DISK_${m}_ID=${DISK_ID[${i}]}" declare "PARITY_DISK_${m}_ID=${DISK_ID[${i}]}"
+=(${PARITY_DISK_${m}_ID}) DISK_ID_LIST+=(${PARITY_DISK_${m}_ID})
j=$((j - 1)) j=$((j - 1))
((m++)) ((m++))
fi fi