From d0af695d3ff0ee39f9157e2f545163b79f04150b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:16:19 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage-test.sh b/storage-test.sh index a50c8e9..f9afaf9 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -110,14 +110,14 @@ if [ "$1" = "" ]; then echo "$(/bin/df -kTh | grep ext4)" | while IFS= read -r line ; do ((df++)) path=$(echo $line | cut -d'%' -f2) - drive_sel["${df}"]="${path// }" + drive_sel[${df}]="${path// }" Print_Style "$df) ${path// }" "$CYAN" done echo # read -r -p '#: ' drive_path