Browse Source

Spaces in assignment removed.

shar0119 8 years ago
parent
commit
cd8fcbf9c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_dynu.sh

+ 1 - 1
dnsapi/dns_dynu.sh

@@ -112,7 +112,7 @@ _dynu_rest() {
 }
 }
 
 
 _dynu_authentication() {
 _dynu_authentication() {
-  realm = "$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
+  realm="$(printf "%s" "$Dynu_ClientId:$Dynu_Secret" | _base64)"
   
   
   export _H1="Authorization: Basic $realm"
   export _H1="Authorization: Basic $realm"
   export _H2="Content-Type: application/json"
   export _H2="Content-Type: application/json"