Commit 9e571619 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #495 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/465
parents e428c440 20444bf2
...@@ -405,6 +405,7 @@ _getfile() { ...@@ -405,6 +405,7 @@ _getfile() {
#Usage: multiline #Usage: multiline
_base64() { _base64() {
[ "" ];#urgly
if [ "$1" ]; then if [ "$1" ]; then
_debug3 "base64 multiline:'$1'" _debug3 "base64 multiline:'$1'"
$OPENSSL_BIN base64 -e $OPENSSL_BIN base64 -e
......
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