awslabs / route53-dynamic-dns-with-lambda

A Dynamic DNS system built with API Gateway, Lambda & Route 53.
Apache License 2.0
491 stars 166 forks source link

In Mac wronghash created via route53-ddns-client.sh #21

Closed arvind-agarwal closed 6 years ago

arvind-agarwal commented 6 years ago

I am trying to use the client script in Mac OS (High Sierra) and the hash generated is wrong. On debugging I figured it is due to using of echo -n to generate the hash, replacing echo -n with printf fixes the issues.

seangreathouse commented 6 years ago

Fixed. Thanks Arvind!