Skip to content

Commit 170d26c

Browse files
committed
Remote logging failure does not cause process exit
1 parent 7a3d1d9 commit 170d26c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

share/github-backup-utils/ghe-backup-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,5 +243,5 @@ ghe_remote_logger () {
243243
fi
244244

245245
echo "$@" |
246-
ghe-ssh "$GHE_HOSTNAME" -- logger -t backup-utils
246+
ghe-ssh "$GHE_HOSTNAME" -- logger -t backup-utils || true
247247
}

0 commit comments

Comments
 (0)