mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-ssr-plus:fix typo
This commit is contained in:
parent
a38b2cfda9
commit
6e8ec5dd6e
@ -578,8 +578,7 @@ start_local() {
|
||||
[ "$local_server" = "nil" ] && return 1
|
||||
local local_type=$(uci_get_by_name $local_server type)
|
||||
mkdir -p /var/run /var/etc
|
||||
|
||||
echo $local_type
|
||||
|
||||
if [ "$local_type" == "ssr" ]; then
|
||||
gen_config_file $local_server 3 $(uci_get_by_type socks5_proxy local_port 1080)
|
||||
/usr/bin/ssr-local -c $CONFIG_SOCK5_FILE -u -f /var/run/ssr-local.pid >/dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user