update init script

This commit is contained in:
Teddysun 2016-09-16 17:47:17 +09:00 committed by GitHub
parent fcb7386735
commit 56af963fcf

View File

@ -17,7 +17,7 @@
. /etc/rc.d/init.d/functions
# Check that networking is up.
[ "${NETWORKING}" == "yes" ] || exit 0
[ ${NETWORKING} ="yes" ] || exit 0
NAME=Shadowsocks-go
BIN=/usr/bin/shadowsocks-server