Update storage-test.sh

This commit is contained in:
2025-05-04 10:06:34 -05:00
parent 0cecfd1ecd
commit f779d0ae23

View File

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