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

use _base64

This commit is contained in:
nytral
2016-11-06 14:39:22 +01:00
parent a43d697225
commit 2be4a5e486
+1 -1
View File
@@ -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 #####################