We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829f3e1 commit 9d31608Copy full SHA for 9d31608
bin/ghe-host-check
@@ -169,7 +169,7 @@ SKIP_MSG
169
. "$(dirname "${BASH_SOURCE[0]}")/../share/github-backup-utils/ghe-rsync-size"
170
171
#Check if GHE_DATA_DIR is NFS mounted
172
- fs_info=$(stat -f -c "%T" "$GHE_DATA_DIR")
+ fs_info=$(stat -f -c "%T" "$GHE_DATA_DIR") || true
173
if [ "$fs_info" == "nfs" ]; then
174
echo "Warning: NFS (Network File System) detected for $GHE_DATA_DIR" 1>&2
175
echo "Please review https://gh.io/backup-utils-storage-requirements for details." 1>&2
0 commit comments