Radek SPRTA vor 5 Jahren
Ursprung
Commit
6b67511748
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      dnsapi/dns_clouddns.sh

+ 1 - 0
dnsapi/dns_clouddns.sh

@@ -172,6 +172,7 @@ _clouddns_api() {
     response="$(_get "$CLOUDDNS_API/$endpoint")"
     response="$(_get "$CLOUDDNS_API/$endpoint")"
   fi
   fi
 
 
+  # shellcheck disable=SC2181
   if [ "$?" != "0" ]; then
   if [ "$?" != "0" ]; then
     _err "Error $endpoint"
     _err "Error $endpoint"
     return 1
     return 1