Add chkconfig file configuration

This commit is contained in:
Teddysun 2014-05-29 13:08:14 +08:00
parent e560d9a731
commit a9ecf67b5e

View File

@ -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