Make rsync old arguments fix permanent

This commit is contained in:
Orsiris de Jong 2023-06-14 14:06:18 +02:00
parent c4349bc945
commit b2f221cb86
1 changed files with 1 additions and 1 deletions

View File

@ -2283,7 +2283,7 @@ function InitRemoteOSDependingSettings {
#fi
# NPF-MOD: Strangely enough, also happens on RHEL7 rsync 3.1.1
# Let's resolve this easier
RSYNC_OLD_ARGS=1
export RSYNC_OLD_ARGS=1
if [ "$_DRYRUN" == true ]; then
RSYNC_DRY_ARG="-n"