Typo fixing

This commit is contained in:
deajan 2017-05-31 12:31:18 +02:00
parent d91230e22f
commit eb73d49c69
1 changed files with 2 additions and 3 deletions

View File

@ -872,9 +872,8 @@ function timestampList {
local escapedReplicaPath local escapedReplicaPath
local rsyncCmd local rsyncCmd
Logger "Getting file stats for $replicaType replica." "NOTICE" Logger "Getting file stats for $replicaType replica [$replicaPath]." "NOTICE"
Logger "Creating $replicaType replica file list [$replicaPath]." "NOTICE"
if [ "$REMOTE_OPERATION" == "yes" ] && [ "$replicaType" == "${TARGET[$__type]}" ]; then if [ "$REMOTE_OPERATION" == "yes" ] && [ "$replicaType" == "${TARGET[$__type]}" ]; then
CheckConnectivity3rdPartyHosts CheckConnectivity3rdPartyHosts
CheckConnectivityRemoteHost CheckConnectivityRemoteHost
@ -906,7 +905,7 @@ function conflictList {
} }
#WIP #WIP
function renameConflictList { function renameTimeStampFiles {
return 0 return 0
local timestampCurrentFilename="${3}" # filename of current timestamp list (will be prefixed with $replicaType) local timestampCurrentFilename="${3}" # filename of current timestamp list (will be prefixed with $replicaType)