From 750c43ed1a9e2f717904374f9b0d84fb566cdac3 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Tue, 10 Sep 2013 11:55:34 +0200 Subject: [PATCH] Fixed typo $PRESERVE_ACL --- osync.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/osync.sh b/osync.sh index 6c1d80f..2f42a56 100755 --- a/osync.sh +++ b/osync.sh @@ -1,10 +1,9 @@ - #!/bin/bash ###### Osync - Rsync based two way sync engine with fault tolerance ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) OSYNC_VERSION=0.99preRC2 -OSYNC_BUILD=2508201301 +OSYNC_BUILD=1009201301 DEBUG=no SCRIPT_PID=$$ @@ -1380,7 +1379,7 @@ function Init ## Set rsync options RSYNC_ARGS="-" - if [ "$PRESERVE_ACLS" == "yes" ] + if [ "$PRESERVE_ACL" == "yes" ] then RSYNC_ARGS=$RSYNC_ARGS"A" fi