This commit is contained in:
Olia Lisa 2025-11-23 17:55:26 +08:00
parent 00e91414e6
commit 7a847caa5c

View File

@ -86,7 +86,7 @@ print_share_link(){
check_jq
local xhttp_path=$(jq -r ".inbounds[0].streamSettings.xhttpSettings.path" $config_dir/config.json)
if [ -z $xhttp_path ];then
if [ -z $xhttp_path ] || [ "$xhttp_path" = "null" ];then
print_reality_share_link
else
print_xhttp_reality_share_link