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
SMTPUSER="fcore"
fi
else
SMTPUSER="fcore"
fi
}
get_appvars_old() {