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

Fix shadowsocks init

This commit is contained in:
Ycarus (Yannick Chabanois) 2019-07-13 23:22:38 +02:00
parent 0619b43265
commit ee769a4eca

View file

@ -262,6 +262,7 @@ rules_down() {
"$bin" -f >/dev/null 2>&1
}
local bin6="$ss_bindir/ss-rules6"
[ -x "$bin6" ] && {
"$bin6" -f >/dev/null 2>&1
}
}