diff options
Diffstat (limited to 'support/rsync-no-vanished')
-rwxr-xr-x | support/rsync-no-vanished | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/rsync-no-vanished b/support/rsync-no-vanished index 1cce75cb..cc3c29ce 100755 --- a/support/rsync-no-vanished +++ b/support/rsync-no-vanished @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash IGNOREEXIT=24 IGNOREOUT='^(file has vanished: |rsync warning: some files vanished before they could be transferred)' |