Browse Source

use _base64

nytral 8 years ago
parent
commit
2be4a5e486
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_lua.sh

+ 1 - 1
dnsapi/dns_lua.sh

@@ -7,7 +7,7 @@
 #LUA_Email="user@luadns.net"
 
 LUA_Api="https://api.luadns.com/v1"
-LUA_auth=$(printf $LUA_Email:$LUA_Key | base64)
+LUA_auth=$(printf $LUA_Email:$LUA_Key | _base64)
 
 ########  Public functions #####################