Fixed typo preventing remote ACL sync
This commit is contained in:
parent
085a182ce6
commit
f4a59e8897
|
@ -4,7 +4,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
|
||||||
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
|
||||||
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
|
||||||
PROGRAM_VERSION=1.2-beta2
|
PROGRAM_VERSION=1.2-beta2
|
||||||
PROGRAM_BUILD=2016111301
|
PROGRAM_BUILD=2016111302
|
||||||
IS_STABLE=no
|
IS_STABLE=no
|
||||||
|
|
||||||
# Execution order #__WITH_PARANOIA_DEBUG
|
# Execution order #__WITH_PARANOIA_DEBUG
|
||||||
|
@ -753,7 +753,7 @@ function _getFileCtimeMtimeLocal {
|
||||||
}
|
}
|
||||||
|
|
||||||
function _getFileCtimeMtimeRemote {
|
function _getFileCtimeMtimeRemote {
|
||||||
local replicapath="${1}" # Contains replica path
|
local replicaPath="${1}" # Contains replica path
|
||||||
local replicaType="${2}"
|
local replicaType="${2}"
|
||||||
local fileList="${3}"
|
local fileList="${3}"
|
||||||
__CheckArguments 3 $# "${FUNCNAME[0]}" "$@" #__WITH_PARANOIA_DEBUG
|
__CheckArguments 3 $# "${FUNCNAME[0]}" "$@" #__WITH_PARANOIA_DEBUG
|
||||||
|
|
Loading…
Reference in New Issue