Browse Source

minor, uninstall le.sh in the workingdir.

master
neil 9 years ago
parent
commit
8ad71801eb
  1. 3
      le.sh

3
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."
}

Loading…
Cancel
Save