Closed arvind-agarwal closed 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.
Fixed. Thanks Arvind!
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.