Skip to content

Commit 9d31608

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ SKIP_MSG
169169
. "$(dirname "${BASH_SOURCE[0]}")/../share/github-backup-utils/ghe-rsync-size"
170170

171171
#Check if GHE_DATA_DIR is NFS mounted
172-
fs_info=$(stat -f -c "%T" "$GHE_DATA_DIR")
172+
fs_info=$(stat -f -c "%T" "$GHE_DATA_DIR") || true
173173
if [ "$fs_info" == "nfs" ]; then
174174
echo "Warning: NFS (Network File System) detected for $GHE_DATA_DIR" 1>&2
175175
echo "Please review https://gh.io/backup-utils-storage-requirements for details." 1>&2

0 commit comments

Comments
 (0)