From eb73d49c691a37da805f48498f780dcd64bbbfdb Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 31 May 2017 12:31:18 +0200 Subject: [PATCH] Typo fixing --- dev/n_osync.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index e632b3d..4a79adf 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -872,9 +872,8 @@ function timestampList { local escapedReplicaPath 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 CheckConnectivity3rdPartyHosts CheckConnectivityRemoteHost @@ -906,7 +905,7 @@ function conflictList { } #WIP -function renameConflictList { +function renameTimeStampFiles { return 0 local timestampCurrentFilename="${3}" # filename of current timestamp list (will be prefixed with $replicaType)