1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

Spaces in assignment removed.

This commit is contained in:
shar0119
2017-03-27 12:38:12 -07:00
committed by GitHub
parent d0300d4443
commit cd8fcbf9c6
+1 -1
View File
@@ -112,7 +112,7 @@ _dynu_rest() {
}
_dynu_authentication() {
realm = "$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
realm="$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
export _H1="Authorization: Basic $realm"
export _H2="Content-Type: application/json"