Update storage-test.sh

This commit is contained in:
2025-05-04 09:36:09 -05:00
parent f22208ff9e
commit 241d4f3e61

View File

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