From 73fe73e6f772f15b8fdaae41ba528de0dee517e7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 27 Sep 2025 11:14:05 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/storage-test.sh b/storage-test.sh index 2b994d0..f18a8fd 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -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