Update storage-test.sh

This commit is contained in:
2025-05-04 10:47:17 -05:00
parent a3293c2a9f
commit a7814ee165

View File

@@ -123,7 +123,7 @@ if [ "$1" = "" ]; then
Print_Style "${ChosenPartition} has been selected:" "$YELLOW"
echo
fi
done <<< echo "$drives"
done <<< "$drives"
else
if [ ! -d "$1" ]; then
Print_Style "Your chosen partition (folder) does not exist! Provide a good one or run without parameters to check the rootfs" "$RED"