Update storage-test.sh

This commit is contained in:
2025-05-04 09:41:38 -05:00
parent 4eb3769226
commit 83907da04c

View File

@@ -109,7 +109,7 @@ if [ "$1" = "" ]; then
while IFS= read -r line; do
((df++))
echo "${df}) ${line}"
done <<< "$(df | grep ext4)"
done <<< "$'(df | grep ext4)'"
exit 0
cd /