Commit 79eb8e2b authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #676 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/675
parents c715b463 7c2e8754
...@@ -5277,6 +5277,7 @@ _process() { ...@@ -5277,6 +5277,7 @@ _process() {
--openssl-bin) --openssl-bin)
_openssl_bin="$2" _openssl_bin="$2"
ACME_OPENSSL_BIN="$_openssl_bin" ACME_OPENSSL_BIN="$_openssl_bin"
shift
;; ;;
*) *)
_err "Unknown parameter : $1" _err "Unknown parameter : $1"
......
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