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

Fix IP reset

This commit is contained in:
Ycarus 2018-06-15 20:52:54 +02:00
parent 6a2156afd3
commit 65f9e51e31
3 changed files with 11 additions and 5 deletions

View file

@ -21,7 +21,7 @@ if [ "$NBCPU" -gt 2 ]; then
fi
fi
if [ "$(uci -q get shadowsocks-libev.hi.timeout)" = "200" ]; then
if [ "$(uci -q get shadowsocks-libev.hi.timeout)" != "200" ]; then
uci -q batch <<-EOF > /dev/null
set shadowsocks-libev.hi.timeout=200
commit shadowsocks-libev