This commit is contained in:
Olia Lisa 2026-01-23 18:00:31 +08:00
parent e1a84da2a4
commit 61a5c80b24

View File

@ -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
}