Skip to content

Commit ec4f897

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

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
@@ -185,7 +185,9 @@ echo -e "### Data Transfer Sizes \nrepositories: $repos_disk_size \npages: $page
185185
echo "rsync version $rsync_version in backup-host does not meet minimum requirements." 1>&2
186186
echo "Please make sure you have the minimum required version of rsync: $min_rsync installed" 1>&2
187187
exit 1
188-
fi
188+
else
189+
echo "rsync ${rsync_version} >= required ($min_rsync)"
190+
fi
189191

190192
ssh_version=$(ssh -V 2>&1 | awk '{print $1}'|grep -oPm 1 '[\d\.]+' |head -1)
191193
if awk "BEGIN {exit !($ssh_version < $min_openssh)}" &> /dev/null; then

0 commit comments

Comments
 (0)