From 0cecfd1ecdcb3dbc8996a8e0dadcc557a4cd9019 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:05:52 -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 cf1d5b0..8750d55 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -110,8 +110,8 @@ 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// }" - Print_Style "$df) ${path// }" "$BLUE" + driveSel['1'] = "${path// }" + Print_Style "$df) ${path// }" "$POWDER_BLUE" done exit 0