Update build.func

This commit is contained in:
tteckster 2023-05-10 17:04:45 -04:00 committed by GitHub
parent 579413179b
commit fd3e9652e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ advanced_settings() {
if PW1=$(whiptail --inputbox "\nSet Root Password (needed for root ssh access)" 9 58 --title "PASSWORD(leave blank for automatic login)" 3>&1 1>&2 2>&3); then if PW1=$(whiptail --inputbox "\nSet Root Password (needed for root ssh access)" 9 58 --title "PASSWORD(leave blank for automatic login)" 3>&1 1>&2 2>&3); then
if [ -z $PW1 ]; then if [ -z $PW1 ]; then
PW1="Automatic Login" PW1="Automatic Login"
PW=" " PW="-cmode shell"
else else
PW="-password $PW1" PW="-password $PW1"
fi fi