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

Add delay for omr-tracker-ss

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-26 17:21:30 +01:00
parent 57db757f8e
commit a6cebde8f5

View file

@ -103,6 +103,7 @@ while true; do
if [ "$disabled" != "1" ] && [ "$(pgrep ss-redir)" = "" ] && [ "$(uci -q get shadowsocks-libev.${server}.key)" != "" ]; then
_log "Can't find shadowsocks, restart it..."
/etc/init.d/shadowsocks-libev restart
sleep 5
fi
sleep $wait_test
fi