1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-11 01:46:11 +00:00

Merge pull request #676 from Neilpang/dev

fix https://github.com/Neilpang/acme.sh/issues/675
This commit is contained in:
neil 2017-02-26 22:23:39 +08:00 committed by GitHub
commit 79eb8e2b35

View File

@ -5277,6 +5277,7 @@ _process() {
--openssl-bin)
_openssl_bin="$2"
ACME_OPENSSL_BIN="$_openssl_bin"
shift
;;
*)
_err "Unknown parameter : $1"