Explorar el Código

Add DNS API for ClouDNS

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

+ 1 - 1
dnsapi/dns_cloudns.sh

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