From ac96dfc50f98586308aca5dd33d94e7b0da2cc18 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 12 Mar 2021 11:53:28 -0500 Subject: [PATCH] extra echo --- scripts/subinstallers/passwd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/subinstallers/passwd.sh b/scripts/subinstallers/passwd.sh index 5d8685e..f110ffa 100755 --- a/scripts/subinstallers/passwd.sh +++ b/scripts/subinstallers/passwd.sh @@ -2,6 +2,7 @@ # INPUT default admin password while [ -z "${MISTBORN_DEFAULT_PASSWORD}" ]; do + echo echo "(Mistborn) The default admin password may only container alphanumeric characters and _" read -p "(Mistborn) Set default admin password: " -s MISTBORN_DEFAULT_PASSWORD echo