From b4a73535c53a160719bb5db20a7c3f4496d45299 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:12:04 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage-test.sh b/storage-test.sh index 92ab7ef..82c58ee 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -110,7 +110,7 @@ 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