Update storage-test.sh
This commit is contained in:
@@ -108,7 +108,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)
|
||||||
driveSel[${df}] = "${path// }"
|
driveSel["${df}"] = "${path// }"
|
||||||
echo "$df) ${path// }"
|
echo "$df) ${path// }"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user