Skip to content

Commit 81d5eb8

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

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
@@ -203,7 +203,9 @@ fi
203203
echo "jq version $jq_version in backup-host does not meet minimum requirements." 1>&2
204204
echo "Please make sure you have the minimum required version of jq: $min_jq installed" 1>&2
205205
exit 1
206-
fi
206+
else
207+
echo "jq ${jq_version} >= required ($min_jq)"
208+
fi```
207209
echo "Backup host meets minimum software requirements for OpenSSH, rsync and jq." 1>&2
208210
fi
209211

0 commit comments

Comments
 (0)