mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Code refactoring
This commit is contained in:
parent
b09f213c84
commit
c12f2773e7
97 changed files with 103 additions and 119 deletions
|
@ -169,7 +169,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 [ -z $PW1 ]; then
|
||||
PW1="Automatic Login"
|
||||
PW=" "
|
||||
PW=""
|
||||
else
|
||||
PW="-password $PW1"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue