Fix shadowsocks-libev start script

This commit is contained in:
Teddysun 2014-11-24 20:30:15 +09:00
parent 1fba80b39b
commit 11db4f6232

View File

@ -148,7 +148,7 @@ function install(){
./configure
make && make install
if [ $? -eq 0 ]; then
mv -f $cur_dir/shadowsocks-libev /etc/init.d/shadowsocks
mv $cur_dir/shadowsocks-libev /etc/init.d/shadowsocks
chmod +x /etc/init.d/shadowsocks
# Add run on system start up
chkconfig --add shadowsocks