From c99e188b927f474f9e6af7c3c512754e8770066f Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 21 Apr 2014 20:19:07 +0800 Subject: [PATCH] Update uninstall logic --- shadowsocks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shadowsocks.sh b/shadowsocks.sh index 77cb30b..349b7d5 100644 --- a/shadowsocks.sh +++ b/shadowsocks.sh @@ -155,6 +155,8 @@ function install(){ # Uninstall Shadowsocks function uninstall_shadowsocks(){ killall ssserver + # delete config file + rm -f /etc/config.json pip uninstall shadowsocks }