From f4a59e889721759fca4ad6e2f4fbd9afa78031d6 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 13 Nov 2016 20:12:09 +0100 Subject: [PATCH] Fixed typo preventing remote ACL sync --- dev/n_osync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 7ed91a2..9431307 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2-beta2 -PROGRAM_BUILD=2016111301 +PROGRAM_BUILD=2016111302 IS_STABLE=no # Execution order #__WITH_PARANOIA_DEBUG @@ -753,7 +753,7 @@ function _getFileCtimeMtimeLocal { } function _getFileCtimeMtimeRemote { - local replicapath="${1}" # Contains replica path + local replicaPath="${1}" # Contains replica path local replicaType="${2}" local fileList="${3}" __CheckArguments 3 $# "${FUNCNAME[0]}" "$@" #__WITH_PARANOIA_DEBUG