From f779d0ae23ae1c3dd0c4f132d517e62e7ba2f979 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:06:34 -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 8750d55..32971a5 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) - driveSel['1'] = "${path// }" + driveSel = "${path// }" Print_Style "$df) ${path// }" "$POWDER_BLUE" done