Update storage-test.sh

This commit is contained in:
2025-05-04 09:50:03 -05:00
parent f21037a510
commit 3f6b246495

View File

@@ -108,7 +108,7 @@ if [ "$1" = "" ]; then
df=0
drives="$(df | grep ext4)"
echo "$drives" | while IFS= read -r line ; do
(($df++))
((df++))
echo "$df) $line"
done