Update storage-test.sh

This commit is contained in:
2025-05-04 10:00:46 -05:00
parent 48f85a8e56
commit 2df1720d50

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