Add DNS API for ClouDNS

This commit is contained in:
boyanpeychev 2017-03-14 14:26:57 +02:00
parent 0dd6377fe6
commit a15f87ae39
1 changed files with 1 additions and 1 deletions

View File

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