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