From 10c85233d32cd88e7a1bef52b2154c5e7aed4ac8 Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Fri, 13 Sep 2024 16:07:20 +1000 Subject: [PATCH] Trojan add user issue fixing --- addusertj.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addusertj.sh b/addusertj.sh index 1365cc8..9ab77aa 100755 --- a/addusertj.sh +++ b/addusertj.sh @@ -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}" \