Fix: show_user_uri_handler

This commit is contained in:
Whispering Wind
2025-01-05 13:02:26 +03:30
committed by GitHub
parent 9a47235bcc
commit 7784add479

View File

@ -267,7 +267,9 @@ hysteria2_show_user_uri_handler() {
fi fi
if [[ -n "$flags" ]]; then if [[ -n "$flags" ]]; then
python3 $CLI_PATH show-user-uri --username "$username" -a -qr $flags python3 $CLI_PATH show-user-uri -u "$username" -a -qr $flags
else
python3 $CLI_PATH show-user-uri -u "$username" -a -qr
fi fi
} }