Browse Source

extra echo

merge-requests/70/head
Steven Foerster 5 years ago
parent
commit
ac96dfc50f
  1. 1
      scripts/subinstallers/passwd.sh

1
scripts/subinstallers/passwd.sh

@ -2,6 +2,7 @@
# INPUT default admin password # INPUT default admin password
while [ -z "${MISTBORN_DEFAULT_PASSWORD}" ]; do while [ -z "${MISTBORN_DEFAULT_PASSWORD}" ]; do
echo
echo "(Mistborn) The default admin password may only container alphanumeric characters and _" echo "(Mistborn) The default admin password may only container alphanumeric characters and _"
read -p "(Mistborn) Set default admin password: " -s MISTBORN_DEFAULT_PASSWORD read -p "(Mistborn) Set default admin password: " -s MISTBORN_DEFAULT_PASSWORD
echo echo

Loading…
Cancel
Save