fix format

This commit is contained in:
neilpang 2017-01-21 14:19:01 +08:00
parent 78f0201dfa
commit 68aea3af9e
1 changed files with 1 additions and 1 deletions

View File

@ -3511,7 +3511,7 @@ remove() {
fi
if mv "$DOMAIN_CONF" "$_removed_conf"; then
_info "$Le_Domain is removed, the key and cert files are in $(__green $DOMAIN_PATH )"
_info "$Le_Domain is removed, the key and cert files are in $(__green $DOMAIN_PATH)"
_info "You can remove them by yourself."
return 0
else