Bläddra i källkod

fix ci errors (shellcheck & shfmt)

Julien Furgerot 2 år sedan
förälder
incheckning
558e706bde
1 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 4
      dnsapi/dns_gandi_livedns.sh

+ 1 - 4
dnsapi/dns_gandi_livedns.sh

@@ -20,7 +20,7 @@ dns_gandi_livedns_add() {
   fulldomain=$1
   fulldomain=$1
   txtvalue=$2
   txtvalue=$2
 
 
-  if [ -z "$GANDI_LIVEDNS_KEY" -a -z "$GANDI_LIVEDNS_TOKEN" ]; then
+  if [ -z "$GANDI_LIVEDNS_KEY" ] && [ -z "$GANDI_LIVEDNS_TOKEN" ]; then
     _err "No Token or API key (deprecated) specified for Gandi LiveDNS."
     _err "No Token or API key (deprecated) specified for Gandi LiveDNS."
     _err "Create your token or key and export it as GANDI_LIVEDNS_KEY or GANDI_LIVEDNS_TOKEN respectively"
     _err "Create your token or key and export it as GANDI_LIVEDNS_KEY or GANDI_LIVEDNS_TOKEN respectively"
     return 1
     return 1
@@ -35,9 +35,6 @@ dns_gandi_livedns_add() {
     _clearaccountconf GANDI_LIVEDNS_TOKEN
     _clearaccountconf GANDI_LIVEDNS_TOKEN
   fi
   fi
 
 
-
-
-
   _debug "First detect the root zone"
   _debug "First detect the root zone"
   if ! _get_root "$fulldomain"; then
   if ! _get_root "$fulldomain"; then
     _err "invalid domain"
     _err "invalid domain"