From c9f8b5853821a5c42b52b3ff17d93610ee29e437 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Sun, 29 Nov 2015 23:13:43 +0800 Subject: [PATCH] change ez_setup.py download URL --- shadowsocks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks.sh b/shadowsocks.sh index 0132357..b74737d 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -180,7 +180,7 @@ EOF # iptables set function iptables_set(){ echo "iptables start setting..." - /sbin/service iptables status 1>/dev/null 2>&1 + /etc/init.d/iptables status 1>/dev/null 2>&1 if [ $? -eq 0 ]; then /etc/init.d/iptables status | grep '${shadowsocksport}' | grep 'ACCEPT' >/dev/null 2>&1 if [ $? -ne 0 ]; then