mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
fix typo
This commit is contained in:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user