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