From 28d1f84246ef265e1648a051bee21b67a73cf3e4 Mon Sep 17 00:00:00 2001 From: Teddysun Date: Mon, 16 Jun 2014 20:48:56 +0800 Subject: [PATCH] Optimize uninstall function --- shadowsocks-libev-debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-libev-debian.sh b/shadowsocks-libev-debian.sh index aba241e..abb504a 100644 --- a/shadowsocks-libev-debian.sh +++ b/shadowsocks-libev-debian.sh @@ -181,7 +181,7 @@ function uninstall_shadowsocks_libev(){ done fi # delete config file - rm -f /etc/shadowsocks/config.json + rm -rf /etc/shadowsocks # delete shadowsocks rm -f /usr/local/bin/ss-local rm -f /usr/local/bin/ss-tunnel