Update uninstall logic
This commit is contained in:
parent
855f467231
commit
c99e188b92
|
|
@ -155,6 +155,8 @@ function install(){
|
|||
# Uninstall Shadowsocks
|
||||
function uninstall_shadowsocks(){
|
||||
killall ssserver
|
||||
# delete config file
|
||||
rm -f /etc/config.json
|
||||
pip uninstall shadowsocks
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user