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)"
IFS='
'
for d in ${drives}; do
for d in "${drives}"; do
((df++))
echo "${df}) ${d}"
done