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
1 changed files with 1 additions and 0 deletions

View File

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