Merge pull request #495 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/465
This commit is contained in:
neil 2016-12-27 21:20:10 +08:00 committed by GitHub
commit 9e57161941
1 changed files with 1 additions and 0 deletions

View File

@ -405,6 +405,7 @@ _getfile() {
#Usage: multiline
_base64() {
[ "" ];#urgly
if [ "$1" ]; then
_debug3 "base64 multiline:'$1'"
$OPENSSL_BIN base64 -e