Fixed SMTPUSER issue

This commit is contained in:
root 2025-01-22 21:31:41 +00:00
parent 70cacb2088
commit 59051669a6

View File

@ -1559,6 +1559,8 @@ get_appvars() {
else else
SMTPUSER="fcore" SMTPUSER="fcore"
fi fi
else
SMTPUSER="fcore"
fi fi
} }
get_appvars_old() { get_appvars_old() {