From a9ecf67b5e912b9cd5c70ed5100718986b673662 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Thu, 29 May 2014 13:08:14 +0800 Subject: [PATCH] Add chkconfig file configuration --- shadowsocks.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shadowsocks.sh b/shadowsocks.sh index b3cb466..fba8062 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -89,8 +89,8 @@ function download_files(){ exit 1 fi fi - # Download shadowsocks chkconfig file - if ! wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks -O /etc/init.d/shadowsocks; then + # Download shadowsocks chkconfig file + if ! wget --no-check-certificate https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks -O /etc/init.d/shadowsocks; then echo "Failed to download shadowsocks chkconfig file!" exit 1 fi