Merge branch 'TinCanTech-improve-host-out'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
commit
d86cb5662f
@ -3702,9 +3702,9 @@ detect_host() {
|
|||||||
|
|
||||||
easyrsa_ver_test="${EASYRSA_version%%~*}"
|
easyrsa_ver_test="${EASYRSA_version%%~*}"
|
||||||
if [ "$easyrsa_ver_test" ]; then
|
if [ "$easyrsa_ver_test" ]; then
|
||||||
host_out="Version: $EASYRSA_version"
|
host_out="Host: $EASYRSA_version"
|
||||||
else
|
else
|
||||||
host_out="Version: dev"
|
host_out="Host: dev"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
host_out="${host_out} | $easyrsa_host_os | $easyrsa_uname | $easyrsa_shell"
|
host_out="${host_out} | $easyrsa_host_os | $easyrsa_uname | $easyrsa_shell"
|
||||||
@ -3716,7 +3716,7 @@ detect_host() {
|
|||||||
show_host() {
|
show_host() {
|
||||||
print
|
print
|
||||||
print_version
|
print_version
|
||||||
print "$host_out | ${ssl_lib:-ssl_lib not set}"
|
print "$host_out | ${ssl_version:-ssl_version not currently set}"
|
||||||
[ ! "$EASYRSA_DEBUG" ] && return
|
[ ! "$EASYRSA_DEBUG" ] && return
|
||||||
case "$easyrsa_host_os" in
|
case "$easyrsa_host_os" in
|
||||||
win) set ;;
|
win) set ;;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user