This commit is contained in:
Sarina
2024-07-23 15:55:29 +03:30
parent 22bb05d5a1
commit 63bcc96870

View File

@ -71,7 +71,7 @@ hysteria2_get_user_handler() {
echo -e "\033[0;31mError:\033[0m Username can only contain lowercase letters and numbers." echo -e "\033[0;31mError:\033[0m Username can only contain lowercase letters and numbers."
fi fi
done done
python $CLI_PATH get-user --username "$username" python3 $CLI_PATH get-user --username "$username"
} }
hysteria2_change_port_handler() { hysteria2_change_port_handler() {