From 220e1ccef9cbbb53041a30a21785fc549d4e7dba Mon Sep 17 00:00:00 2001 From: hyper Date: Mon, 21 Nov 2016 08:59:48 +0100 Subject: [PATCH] Fixing double empty line --- dnsapi/dns_ispconfig.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dnsapi/dns_ispconfig.sh b/dnsapi/dns_ispconfig.sh index 84f091d5..e2672257 100755 --- a/dnsapi/dns_ispconfig.sh +++ b/dnsapi/dns_ispconfig.sh @@ -4,8 +4,7 @@ ISPC_User="" 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 ##################### @@ -67,7 +66,7 @@ _ISPC_getZoneInfo () { fi if [ "${curZone#*.}" != "$curZone" ]; then _debug2 "$curZone still contains a '.' - so we can check next higher level" - else + else zoneEnd=true _err "Couldn't retrieve zone info. Aborting." fi