Update storage-test.sh

This commit is contained in:
2025-05-04 09:38:18 -05:00
parent dcbff599eb
commit fa47f1d57d

View File

@@ -107,7 +107,7 @@ if [ "$1" = "" ]; then
# User did not provide a partition/folder, change directory to rootfs
df=0
drives=($(df | grep ext4))
for d in "${drives}"; do
for d in $(df | grep ext4); do
((df++))
echo "${df}) ${d}"
done