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