diff --git a/shadowsocks-libev.sh b/shadowsocks-libev.sh index 5e5381c..1c0ff36 100644 --- a/shadowsocks-libev.sh +++ b/shadowsocks-libev.sh @@ -148,7 +148,7 @@ function install(){ ./configure make && make install if [ $? -eq 0 ]; then - mv $cur_dir/shadowsocks-libev /etc/init.d/shadowsocks + mv $cur_dir/shadowsocks-libev-master/shadowsocks-libev /etc/init.d/shadowsocks chmod +x /etc/init.d/shadowsocks # Add run on system start up chkconfig --add shadowsocks