From 3ff6889382322347c3a01d857020d43c21925adb Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 29 Aug 2023 09:38:02 -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