Update storage-test.sh
This commit is contained in:
@@ -123,7 +123,7 @@ if [ "$1" = "" ]; then
|
|||||||
Print_Style "${ChosenPartition} has been selected:" "$YELLOW"
|
Print_Style "${ChosenPartition} has been selected:" "$YELLOW"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
done <<< echo "$drives"
|
done <<< "$drives"
|
||||||
else
|
else
|
||||||
if [ ! -d "$1" ]; then
|
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"
|
Print_Style "Your chosen partition (folder) does not exist! Provide a good one or run without parameters to check the rootfs" "$RED"
|
||||||
|
|||||||
Reference in New Issue
Block a user