diff --git a/storage-test.sh b/storage-test.sh index ed009e7..7f91845 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -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"