mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
Format to comply with style guide
This commit is contained in:
parent
8cdceb83b2
commit
459faf4dfb
@ -203,7 +203,7 @@ _simply_add_record() {
|
|||||||
_err "$response"
|
_err "$response"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_info "Waiting 60 seconds for DNS changes to be written"
|
_info "Waiting 60 seconds for DNS changes to be written"
|
||||||
_sleep 60
|
_sleep 60
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ _simply_rest() {
|
|||||||
_err "error $ep"
|
_err "error $ep"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
response="$(echo "$response" | _normalizeJson)"
|
response="$(echo "$response" | _normalizeJson)"
|
||||||
|
|
||||||
_debug2 response "$response"
|
_debug2 response "$response"
|
||||||
|
Loading…
Reference in New Issue
Block a user