From 2df1720d5095f2bc1e54d396124ff0de27ba847f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:00:46 -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 873a384..23de71b 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -108,7 +108,7 @@ if [ "$1" = "" ]; then echo "$(/bin/df -kTh | grep ext4)" | while IFS= read -r line ; do ((df++)) path=$(echo $line | cut -d'%' -f2) - ${driveSel[${df}]}="${path// }" + driveSel[${df}] = "${path// }" echo "$df) ${path// }" done