Fix shadowsocks-libev start script
This commit is contained in:
parent
11db4f6232
commit
05e07eb870
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user