From a7814ee1658022bcab09043e26e05b8c3e60995c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:47:17 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"