Commit a15f87ae authored by boyanpeychev's avatar boyanpeychev
Browse files

Add DNS API for ClouDNS

parent 0dd6377f
...@@ -127,7 +127,7 @@ _dns_cloudns_get_zone_name() { ...@@ -127,7 +127,7 @@ _dns_cloudns_get_zone_name() {
return 0 return 0
fi fi
i=$(expr $i + 1) i=$(expr "$i" + 1)
done done
return 1 return 1
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment