|
@ -76,7 +76,7 @@ if [ "${abcd}" = "a" ]; then |
|
|
|
|
|
|
|
|
# ask user for new password A (first time) |
|
|
# ask user for new password A (first time) |
|
|
dialog --backtitle "RaspiBlitz - Setup"\ |
|
|
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 |
|
|
# get user input |
|
|
password1=$( cat $_temp ) |
|
|
password1=$( cat $_temp ) |
|
|