1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-20 12:52:56 +00:00
This commit is contained in:
neilpang
2016-11-24 22:36:21 +08:00
parent dbd94d047b
commit 93f3098aec
+1 -1
View File
@@ -2797,7 +2797,7 @@ issue() {
status=$(echo "$response" | _egrep_o '"status":"[^"]*' | cut -d : -f 2 | tr -d '"')
if [ "$status" = "valid" ]; then
_info "Success"
_info "$(__green Success)"
_stopserver "$serverproc"
serverproc=""
_clearupwebbroot "$_currentRoot" "$removelevel" "$token"