luci-app-ssr-plus: Fix typo erro
Unable to start due to code format error...
This commit is contained in:
parent
0b0f81dba1
commit
d838b0e235
@ -511,7 +511,7 @@ start_shunt() {
|
|||||||
fi
|
fi
|
||||||
ln_start_bin $(first_type hysteria) hysteria client --config $shunt_config_file
|
ln_start_bin $(first_type hysteria) hysteria client --config $shunt_config_file
|
||||||
ln_start_bin $(first_type dns2socks) dns2socks 127.0.0.1:$tmp_port 8.8.8.8:53 127.0.0.1:$tmp_shunt_dns_port -q
|
ln_start_bin $(first_type dns2socks) dns2socks 127.0.0.1:$tmp_port 8.8.8.8:53 127.0.0.1:$tmp_shunt_dns_port -q
|
||||||
echolog "shunt:$($(first_type hysteria) version | grep Version | awk '{print "Hysteria2:" $2})' Started!"
|
echolog "shunt:$($(first_type hysteria) version | grep Version | awk '{print "Hysteria2: " $2}') Started!"
|
||||||
;;
|
;;
|
||||||
tuic)
|
tuic)
|
||||||
local chain_shunt_port="30${tmp_shunt_port}"
|
local chain_shunt_port="30${tmp_shunt_port}"
|
||||||
|
Loading…
Reference in New Issue
Block a user