Update storage-test.sh

This commit is contained in:
2025-05-04 10:30:07 -05:00
parent b27bc2cb51
commit bfc9da64a6

View File

@@ -118,13 +118,12 @@ if [ "$1" = "" ]; then
echo "$drives" | while IFS= read -r line ; do
((df++)); path=$(echo $line | cut -d'%' -f2)
if [ $df -eq $drive_path ]; then
cd $path
Print_Style "$path has been selected:" "$YELLOW"
cd ${path// }
Print_Style "${path// } has been selected:" "$YELLOW"
echo
break
fi
done
exit 0
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"