From 7546e8834e1db9334d6b0618f4bb613aebd763ab Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 23 Jun 2024 18:48:00 +0200 Subject: [PATCH] Fix empty vars --- postinstall | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/postinstall b/postinstall index f9767e4..6d2b591 100755 --- a/postinstall +++ b/postinstall @@ -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" \