Update uninstall logic

This commit is contained in:
Teddysun 2014-04-21 20:19:07 +08:00
parent 855f467231
commit c99e188b92

View File

@ -155,6 +155,8 @@ function install(){
# Uninstall Shadowsocks
function uninstall_shadowsocks(){
killall ssserver
# delete config file
rm -f /etc/config.json
pip uninstall shadowsocks
}