فهرست منبع

Disable check

Radek SPRTA 5 سال پیش
والد
کامیت
6b67511748
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      dnsapi/dns_clouddns.sh

+ 1 - 0
dnsapi/dns_clouddns.sh

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