Commit e6cd596d authored by neilpang's avatar neilpang
Browse files

add debug info

parent 19650351
...@@ -4369,7 +4369,7 @@ _precheck() { ...@@ -4369,7 +4369,7 @@ _precheck() {
fi fi
if ! _exists "$OPENSSL_BIN"; then 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." _err "We need openssl to generate keys."
return 1 return 1
fi fi
......
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