mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
making shfmt happy
This commit is contained in:
parent
86276ad17b
commit
5494e88e08
@ -6,7 +6,6 @@
|
|||||||
# export HOSTINGDE_ENDPOINT='https://secure.hosting.de'
|
# export HOSTINGDE_ENDPOINT='https://secure.hosting.de'
|
||||||
# export HOSTINGDE_APIKEY='xxxxx'
|
# export HOSTINGDE_APIKEY='xxxxx'
|
||||||
|
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
dns_hostingde_add() {
|
dns_hostingde_add() {
|
||||||
@ -55,7 +54,7 @@ _hostingde_getZoneConfig() {
|
|||||||
_err "UNKNOWN API ERROR"
|
_err "UNKNOWN API ERROR"
|
||||||
fi
|
fi
|
||||||
returnCode=1
|
returnCode=1
|
||||||
break;
|
break
|
||||||
fi
|
fi
|
||||||
if _contains "${curResult}" '"totalEntries": 1'; then
|
if _contains "${curResult}" '"totalEntries": 1'; then
|
||||||
_info "Retrieved zone data."
|
_info "Retrieved zone data."
|
||||||
|
Loading…
Reference in New Issue
Block a user