diff --git a/shadowsocks-go b/shadowsocks-go index ba96230..a042d7f 100644 --- a/shadowsocks-go +++ b/shadowsocks-go @@ -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