DEBUGGING
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user