From 04f08bad455d9c7402f94ea2b2c5bc7f74789165 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 09:50:33 -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 c8f0955..481c943 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -108,8 +108,8 @@ if [ "$1" = "" ]; then df=0 drives="$(df | grep ext4)" echo "$drives" | while IFS= read -r line ; do - ((df++)) - echo "$df) $line" + # ((df++)) + echo $line done exit 0