Skip to content

Commit ec1da84

Browse files
chuckp22gamefiend
andauthored
Update bin/ghe-host-check
Co-authored-by: Quinn Murphy <[email protected]>
1 parent ec4f897 commit ec1da84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/ghe-host-check

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ fi
194194
echo "openSSH version $ssh_version in backup-host does not meet minimum requirements." 1>&2
195195
echo "Please make sure the minimum required version of openSSH: $min_openssh is installed" 1>&2
196196
exit 1
197-
fi
197+
else
198+
echo "openSSH ${ssh_version} >= required ($min_openssh)"
199+
fi
198200

199201
jq_version=$(jq --version |awk -F\- '{print $2}')
200202
if awk "BEGIN {exit !($jq_version < $min_jq)}" &> /dev/null; then

0 commit comments

Comments
 (0)