update
This commit is contained in:
parent
00e91414e6
commit
7a847caa5c
@ -86,7 +86,7 @@ print_share_link(){
|
|||||||
check_jq
|
check_jq
|
||||||
|
|
||||||
local xhttp_path=$(jq -r ".inbounds[0].streamSettings.xhttpSettings.path" $config_dir/config.json)
|
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
|
print_reality_share_link
|
||||||
else
|
else
|
||||||
print_xhttp_reality_share_link
|
print_xhttp_reality_share_link
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user