Update storage-test.sh

This commit is contained in:
2025-05-04 09:52:16 -05:00
parent 18582cd766
commit 81145a8f2d

View File

@@ -106,6 +106,7 @@ ChosenPartition=""
if [ "$1" = "" ]; then
# User did not provide a partition/folder, change directory to rootfs
df=0
df | grep ext4
drives="$(df | grep ext4)"
echo "$drives"
echo "$drives" | while IFS= read -r line ; do