From b4ad1ecdc1f41c09e400985f0f6277bc3d2f015d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 27 Sep 2025 11:18:22 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/storage-test.sh b/storage-test.sh index e82a8e9..4273220 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -107,10 +107,7 @@ IO4kRandWrite=0 ChosenPartition="" if [ "$1" = "" ]; then drives="$(/bin/df -kTh | grep ext4)" - echo "HERE: ${#drives}" drives2=(${drives}) - 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 @@ -128,6 +125,7 @@ if [ "$1" = "" ]; then cd "${ChosenPartition}" Print_Style "${ChosenPartition} has been selected:" "$YELLOW" echo + break fi done <<< "$drives" else