From 8820b8101bb1bd4a821ec36b491889d221680535 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 4 May 2025 10:44:23 -0500 Subject: [PATCH] Update storage-test.sh --- storage-test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/storage-test.sh b/storage-test.sh index 27effac..f60ce66 100755 --- a/storage-test.sh +++ b/storage-test.sh @@ -122,8 +122,11 @@ if [ "$1" = "" ]; then cd "${ChosenPartition}" Print_Style "${ChosenPartition} has been selected:" "$YELLOW" echo + echo "HERE1: '${ChosenPartition}'" fi + echo "HERE2: '${ChosenPartition}'" done + echo "HERE3: '${ChosenPartition}'" 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" @@ -134,7 +137,7 @@ else fi fi -echo "HERE: '${ChosenPartition}'" +echo "HERE4: '${ChosenPartition}'" exit 0 # Get host board information