Update storage-test.sh

This commit is contained in:
2025-05-04 09:45:44 -05:00
parent 8477b07833
commit 92bf3e46f9

View File

@@ -109,7 +109,7 @@ if [ "$1" = "" ]; then
drives="$(df | grep ext4)" drives="$(df | grep ext4)"
IFS=' IFS='
' '
for d in ${drives}; do for d in "${drives}"; do
((df++)) ((df++))
echo "${df}) ${d}" echo "${df}) ${d}"
done done