update init script
This commit is contained in:
parent
fcb7386735
commit
56af963fcf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user