Browse Source

fix typo

dev
rootzoll 6 years ago
parent
commit
4064c118a9
  1. 2
      home.admin/config.scripts/blitz.setpassword.sh

2
home.admin/config.scripts/blitz.setpassword.sh

@ -76,7 +76,7 @@ if [ "${abcd}" = "a" ]; then
# ask user for new password A (first time)
dialog --backtitle "RaspiBlitz - Setup"\
--insecure --passwordbox "Please enter your Master/Admin Password A:\n(min 8chars, 1word, chars+number, no specials)" 10 52 2>$_temp
--insecure --passwordbox "Set new Master/Admin Password A:\n(min 8chars, 1word, chars+number, no specials)" 10 52 2>$_temp
# get user input
password1=$( cat $_temp )

Loading…
Cancel
Save