Update storage-test.sh

This commit is contained in:
2025-09-27 11:14:05 -05:00
parent 5773f1d8ee
commit 73fe73e6f7

View File

@@ -109,7 +109,8 @@ if [ "$1" = "" ]; then
drives="$(/bin/df -kTh | grep ext4)"
echo "HERE: ${#drives}"
drives2=(${drives})
echo "HERE: ${#drives2}"
echo "HERE: ${drives2[0]}"
echo "HERE: ${drives2[1]}"
echo
Print_Style "Select a drive to test from:" "$YELLOW"
df=0