1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-20 12:52:56 +00:00

add debug info

This commit is contained in:
neilpang
2017-02-25 18:02:23 +08:00
parent 1965035166
commit e6cd596dc9
+1 -1
View File
@@ -4369,7 +4369,7 @@ _precheck() {
fi
if ! _exists "$OPENSSL_BIN"; then
_err "Please install openssl first."
_err "Please install openssl first. OPENSSL_BIN=$OPENSSL_BIN"
_err "We need openssl to generate keys."
return 1
fi