Explorar el Código

Add DNS API for ClouDNS

boyanpeychev hace 8 años
padre
commit
3d8598654c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dnsapi/dns_cloudns.sh

+ 1 - 1
dnsapi/dns_cloudns.sh

@@ -126,7 +126,7 @@ _dns_cloudns_get_zone_name() {
       return 0
     fi
 
-    i=$(($i + 1))
+    i=$((${i} + 1))
   done
   return 1
 }