Update storage-test.sh
This commit is contained in:
@@ -110,8 +110,8 @@ 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['1'] = "${path// }"
|
||||||
Print_Style "$df) ${path// }" "$BLUE"
|
Print_Style "$df) ${path// }" "$POWDER_BLUE"
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user