Browse Source

minor, uninstall le.sh in the workingdir.

neil 9 years ago
parent
commit
8ad71801eb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      le.sh

+ 2 - 1
le.sh

@@ -978,7 +978,8 @@ uninstall() {
       $SUDO rm -f /usr/local/bin/le
       $SUDO rm -f /usr/local/bin/le
     fi
     fi
   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."
   _info "The keys and certs are in $WORKING_DIR, you can remove them by yourself."
 
 
 }
 }