From 815cb3a82ca60ffcd3c05a7205e66e879a4c9b97 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 27 Sep 2025 11:16:11 -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 52d2f50..6ab40f2 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -109,8 +109,8 @@ if [ "$1" = "" ]; then drives="$(/bin/df -kTh | grep ext4)" echo "HERE: ${#drives}" drives2=(${drives}) - echo "HERE: $(${drives2[0]} | cut -d'%' -f2)" - echo "HERE: $(${drives2[1]} | cut -d'%' -f2)" + echo "HERE: `${drives2[0]} | cut -d'%' -f2`" + echo "HERE: `${drives2[1]} | cut -d'%' -f2`" echo Print_Style "Select a drive to test from:" "$YELLOW" df=0