From 18582cd76629874e28580ab552b9fac04029e65f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 09:51:54 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/storage-test.sh b/storage-test.sh index 481c943..7806cb7 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -107,9 +107,10 @@ if [ "$1" = "" ]; then # User did not provide a partition/folder, change directory to rootfs df=0 drives="$(df | grep ext4)" + echo "$drives" echo "$drives" | while IFS= read -r line ; do - # ((df++)) - echo $line + ((df++)) + echo "$df) $line" done exit 0