Update storage-test.sh

This commit is contained in:
2025-05-04 10:02:09 -05:00
parent 2df1720d50
commit 853637bb6a

View File

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