minor, uninstall le.sh in the workingdir.

This commit is contained in:
neil 2016-01-24 16:15:53 +08:00
parent a6f744edb1
commit 8ad71801eb
1 changed files with 2 additions and 1 deletions

3
le.sh
View File

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