1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Shadowsocks init update

This commit is contained in:
Ycarus 2018-12-04 16:53:58 +01:00
parent 6b2eef9637
commit 9bcde51cf4

View file

@ -332,7 +332,7 @@ rules_exist() {
rules_up() {
rules_exist && return 0
[ "$(ps w | grep ss- | grep -v grep)" = "" ] && return 0
[ "$(ps w | grep ss-rules | grep -v grep)" = "" ] && return 0
logger -t "Shadowsocks" "Rules UP"
config_load shadowsocks-libev
for cfgtype in ss_redir; do