mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix Shadowsocks Rust tracker
This commit is contained in:
parent
fbcbcc80ab
commit
4f7efcd911
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ while true; do
|
||||||
/etc/init.d/shadowsocks-libev restart
|
/etc/init.d/shadowsocks-libev restart
|
||||||
sleep 5
|
sleep 5
|
||||||
fi
|
fi
|
||||||
if [ "$type" = "rust" ] && [ "$(pgrep ss-redir)" = "" ] && [ "$(uci -q get shadowsocks-libev.${server}.key)" != "" ]; then
|
if [ "$type" = "rust" ] && [ "$(pgrep sslocal)" = "" ] && [ "$(uci -q get shadowsocks-libev.${server}.key)" != "" ]; then
|
||||||
_log "Can't find shadowsocks rust, restart it..."
|
_log "Can't find shadowsocks rust, restart it..."
|
||||||
/etc/init.d/shadowsocks-rust restart
|
/etc/init.d/shadowsocks-rust restart
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue