Commit 2be4a5e4 authored by nytral's avatar nytral
Browse files

use _base64

parent a43d6972
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#LUA_Email="user@luadns.net" #LUA_Email="user@luadns.net"
LUA_Api="https://api.luadns.com/v1" 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 ##################### ######## Public functions #####################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment