fix bug
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user