fix bug
This commit is contained in:
parent
e1a84da2a4
commit
61a5c80b24
@ -38,7 +38,7 @@ install(){
|
||||
|
||||
|
||||
get_listen_port(){
|
||||
local port=$(jq ./config/config.json ".inbounds[0].listen_port")
|
||||
local port=$(jq -r ".inbounds[0].listen_port" ./config/config.json)
|
||||
echo $port
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user