Commit 68aea3af authored by neilpang's avatar neilpang
Browse files

fix format

parent 78f0201d
...@@ -3511,7 +3511,7 @@ remove() { ...@@ -3511,7 +3511,7 @@ remove() {
fi fi
if mv "$DOMAIN_CONF" "$_removed_conf"; then 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." _info "You can remove them by yourself."
return 0 return 0
else else
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment