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

View File

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