Update storage-test.sh

This commit is contained in:
2025-05-04 10:14:29 -05:00
parent e84957e4e6
commit 6629fe272e

View File

@@ -110,7 +110,7 @@ if [ "$1" = "" ]; then
echo "$(/bin/df -kTh | grep ext4)" | while IFS= read -r line ; do echo "$(/bin/df -kTh | grep ext4)" | while IFS= read -r line ; do
((df++)) ((df++))
path=$(echo $line | cut -d'%' -f2) path=$(echo $line | cut -d'%' -f2)
drive_sel[${df}]="${path// }" drive_sel["${df}"]="${path// }"
Print_Style "$df) ${path// }" "$CYAN" Print_Style "$df) ${path// }" "$CYAN"
done done
echo echo