From 05aace99937f3e3f1d8fc9f04eba9d9ea432c9a2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:19:46 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/storage-test.sh b/storage-test.sh index 3134edf..dee441e 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -118,9 +118,9 @@ if [ "$1" = "" ]; then echo echo ${drive_sel[@]} - echo "cd ${drive_sel['1']}" - echo "cd ${drive_sel['2']}" - echo "cd ${drive_sel['3']}" + # echo "cd ${drive_sel[1]}" + # echo "cd ${drive_sel[2]}" + # echo "cd ${drive_sel[3]}" exit 0 cd \ else