Skip to content

Commit

Permalink
Update ss-watchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
bettermanbao committed Aug 29, 2017
1 parent 8796a03 commit 6509deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ss-watchdog
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ while true; do
if [ "$?" == "0" ]; then
echo "[$LOGTIME] Problem decteted, restart Shadowsocks."
/etc/init.d/dns-forwarder restart
/etc/init.d/shadowsocksr restart
/etc/init.d/shadowsocks restart
else
echo "[$LOGTIME] Network problem. Do nothing."
fi
Expand Down

0 comments on commit 6509deb

Please sign in to comment.