mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
Fix empty vars
This commit is contained in:
parent
d75402198f
commit
7546e8834e
@ -532,6 +532,15 @@ harden_ssh(){
|
|||||||
|
|
||||||
ask_mail_config(){
|
ask_mail_config(){
|
||||||
mailconfig=0
|
mailconfig=0
|
||||||
|
smtpauth=0
|
||||||
|
displayname=""
|
||||||
|
recipientaddress=""
|
||||||
|
smtpmode=""
|
||||||
|
recipientaddress=""
|
||||||
|
senderaddress=""
|
||||||
|
username=""
|
||||||
|
password=""
|
||||||
|
smtphost=""
|
||||||
if whiptail --title "MAIL DELIVERY" \
|
if whiptail --title "MAIL DELIVERY" \
|
||||||
--backtitle "$PROG" \
|
--backtitle "$PROG" \
|
||||||
--yes-button "MAIL CONFIG" \
|
--yes-button "MAIL CONFIG" \
|
||||||
|
Loading…
Reference in New Issue
Block a user