diff --git a/storage-test.sh b/storage-test.sh index 6ab40f2..e82a8e9 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -109,8 +109,8 @@ if [ "$1" = "" ]; then drives="$(/bin/df -kTh | grep ext4)" echo "HERE: ${#drives}" drives2=(${drives}) - echo "HERE: `${drives2[0]} | cut -d'%' -f2`" - echo "HERE: `${drives2[1]} | cut -d'%' -f2`" + echo "HERE: `echo ${drives2[0]} | cut -d'%' -f2`" + echo "HERE: `echo ${drives2[1]} | cut -d'%' -f2`" echo Print_Style "Select a drive to test from:" "$YELLOW" df=0