From 83907da04c7ec6337e4a8c25a888e67144bd0474 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 09:41:38 -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 aacb76e..785ba1c 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -109,7 +109,7 @@ if [ "$1" = "" ]; then while IFS= read -r line; do ((df++)) echo "${df}) ${line}" - done <<< "$(df | grep ext4)" + done <<< "$'(df | grep ext4)'" exit 0 cd /