Update storage-test.sh

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

View File

@@ -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