Trojan add user issue fixing

This commit is contained in:
Samuel Huang
2024-09-13 16:07:20 +10:00
parent 793e506506
commit 10c85233d3

View File

@@ -67,7 +67,7 @@ if [ -z "${level}" ]; then
fi
if [ -z "${email}" ]; then
email="${uid}@${comment}"
email="${psw}@${comment}"
fi
jq --arg port "${port}" --arg psw "${psw}" --arg level "${level}" --arg email "${email}" --arg flow "${flow}" \