This commit is contained in:
rootzoll
2019-01-14 17:14:48 +01:00
parent b00d6297ca
commit 61a2793a21

View File

@@ -73,7 +73,7 @@ if [ "${abcd}" = "a" ]; then
# ask user for new password A (first time)
dialog --backtitle "RaspiBlitz - Setup"\
--passwordbox "Please enter your Master/Admin Password A:\n!!! This is new password to login per SSH !!!" 10 52 --insecure 2>$_temp
--insecure --passwordbox "Please enter your Master/Admin Password A:\n!!! This is new password to login per SSH !!!" 10 52 2>$_temp
# get user input
password1=$( cat $_temp )
@@ -81,7 +81,7 @@ if [ "${abcd}" = "a" ]; then
# ask user for new password A (second time)
dialog --backtitle "RaspiBlitz - Setup"\
--passwordbox "Please enter your Master/Admin Password A:\n!!! This is new password to login per SSH !!!" 10 52 --insecure 2>$_temp
--insecure --passwordbox "Please enter your Master/Admin Password A:\n!!! This is new password to login per SSH !!!" 10 52 2>$_temp
# get user input
password2=$( cat $_temp )