From 45d01d218520c292548daf575b1958b1cdf04fa7 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 5 Jan 2015 18:33:23 +0800 Subject: [PATCH] Add shadowsocks-go --- shadowsocks-go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shadowsocks-go.sh b/shadowsocks-go.sh index 3ffb357..d87fbab 100644 --- a/shadowsocks-go.sh +++ b/shadowsocks-go.sh @@ -192,6 +192,7 @@ function install(){ # Install shadowsocks-go if [ -s /usr/bin/shadowsocks-server ];then echo "shadowsocks-go install success!" + chmod +x /usr/bin/shadowsocks-server mv $cur_dir/shadowsocks-go /etc/init.d/shadowsocks chmod +x /etc/init.d/shadowsocks # Add run on system start up