From 8ad71801eb6d542838e5788eb83ea00d623b16c3 Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 24 Jan 2016 16:15:53 +0800 Subject: [PATCH] minor, uninstall le.sh in the workingdir. --- le.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/le.sh b/le.sh index e4e93cdb..1081a597 100755 --- a/le.sh +++ b/le.sh @@ -978,7 +978,8 @@ uninstall() { $SUDO rm -f /usr/local/bin/le fi fi - + rm -f $WORKING_DIR/le + rm -f $WORKING_DIR/le.sh _info "The keys and certs are in $WORKING_DIR, you can remove them by yourself." }