Debugging

This commit is contained in:
Raphael Numbus
2025-12-14 15:34:58 +01:00
parent f029d0ffb2
commit 389f2926b3
+1
View File
@@ -320,6 +320,7 @@ echo \"\${DISK_SIZE[@]}\"
### --> Disk selection ### --> Disk selection
TOTAL_NUMBER_OF_DISKS=${#DISK_NAME[@]} TOTAL_NUMBER_OF_DISKS=${#DISK_NAME[@]}
echo ${DISK_NAME[@]}
if [ "$TOTAL_NUMBER_OF_DISKS" -eq 0 ]; then if [ "$TOTAL_NUMBER_OF_DISKS" -eq 0 ]; then
echo -e "\n\n ❌ No disks found on the target host. Aborting." echo -e "\n\n ❌ No disks found on the target host. Aborting."