Fix empty vars

This commit is contained in:
thorstenspille 2024-06-23 18:48:00 +02:00
parent d75402198f
commit 7546e8834e

View File

@ -532,6 +532,15 @@ harden_ssh(){
ask_mail_config(){
mailconfig=0
smtpauth=0
displayname=""
recipientaddress=""
smtpmode=""
recipientaddress=""
senderaddress=""
username=""
password=""
smtphost=""
if whiptail --title "MAIL DELIVERY" \
--backtitle "$PROG" \
--yes-button "MAIL CONFIG" \