From 59051669a614dfd90cab6e234a92bc775f33e18e Mon Sep 17 00:00:00 2001 From: root Date: Wed, 22 Jan 2025 21:31:41 +0000 Subject: [PATCH] Fixed SMTPUSER issue --- lib/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/functions.sh b/lib/functions.sh index 70fe0f9..b49cc47 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1559,6 +1559,8 @@ get_appvars() { else SMTPUSER="fcore" fi + else + SMTPUSER="fcore" fi } get_appvars_old() {