Update storage-test.sh

This commit is contained in:
2025-09-27 11:16:22 -05:00
parent 815cb3a82c
commit b08342b13d

View File

@@ -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