mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-05 20:42:50 +00:00
Fixing double empty line
This commit is contained in:
parent
bb9566cf69
commit
487a171ac0
@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
ISPC_User=""
|
ISPC_User=""
|
||||||
ISPC_Password=""
|
ISPC_Password=""
|
||||||
ISPC_Api="https://ispc.domain.tld:8080/remote/json.php" # Provider proper URL and port for your ISPC Installation
|
ISPC_Api="https://ispc.domain.tld:8080/remote/json.php" # Provide proper URL and port for your ISPC Installation
|
||||||
|
|
||||||
|
|
||||||
######## Public functions #####################
|
######## Public functions #####################
|
||||||
|
|
||||||
@ -67,7 +66,7 @@ _ISPC_getZoneInfo () {
|
|||||||
fi
|
fi
|
||||||
if [ "${curZone#*.}" != "$curZone" ]; then
|
if [ "${curZone#*.}" != "$curZone" ]; then
|
||||||
_debug2 "$curZone still contains a '.' - so we can check next higher level"
|
_debug2 "$curZone still contains a '.' - so we can check next higher level"
|
||||||
else
|
else
|
||||||
zoneEnd=true
|
zoneEnd=true
|
||||||
_err "Couldn't retrieve zone info. Aborting."
|
_err "Couldn't retrieve zone info. Aborting."
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user