neil 8 years ago
parent
commit
775bd1abd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -3104,7 +3104,7 @@ _process() {
         HTTPS_INSECURE="1"
         ;;
     --ca-bundle)
-        _ca_bundle=$(readlink -f $2)
+        _ca_bundle="$(readlink -f $2)"
         CA_BUNDLE="$_ca_bundle"
         shift
         ;;