From e7c8e9da6b60fc7c7a6b0f86bedbc9c4c086a821 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:00 -0400 Subject: [PATCH] Add message during wait --- templates/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/install.sh b/templates/install.sh index f02aa80..eaacfa2 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -17,6 +17,7 @@ this_tty=$( tty | sed -e "s:/dev/::" ) echo "This TTY: ${this_tty}" echo +echo "Waiting for consoles to get ready..." if [[ ${#active_ttys[@]} -gt 1 ]]; then if [[ "${active_ttys[@]}" =~ "ttyS" ]]; then if grep -q -E -o "tty[0-9]+" <<<"${this_tty}"; then