Skip to content

Commit

Permalink
Update ss.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sucong426 committed May 20, 2021
1 parent 448e601 commit 3f18e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss.sh
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ install(){
fi

cd ${cur_dir}/shadowsocks-master
python setup.py install --record /usr/local/shadowsocks_install.log
python3 setup.py install --record /usr/local/shadowsocks_install.log

if [ -f /usr/bin/ssserver ] || [ -f /usr/local/bin/ssserver ]; then
chmod +x /etc/init.d/shadowsocks
Expand Down

0 comments on commit 3f18e15

Please sign in to comment.