Browse Source

Merge pull request #495 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/465
neil 8 years ago
parent
commit
9e57161941
1 changed files with 1 additions and 0 deletions
  1. 1 0
      acme.sh

+ 1 - 0
acme.sh

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