Rebuilt targets
This commit is contained in:
parent
99a7c932f7
commit
1339e6463a
|
@ -5758,9 +5758,9 @@ function _SummaryFromDeleteFile {
|
|||
if [ -f "$summaryFile" ]; then
|
||||
while read -r file; do
|
||||
Logger "$direction $replicaPath$file" "ALWAYS"
|
||||
if [ "$direction" == ">>" ]; then
|
||||
if [ "$direction" == "- >>" ]; then
|
||||
TARGET_DELETES_COUNT=$((TARGET_DELETES_COUNT+1))
|
||||
elif [ "$direction" == "<<" ]; then
|
||||
elif [ "$direction" == "- <<" ]; then
|
||||
INITIATOR_DELETES_COUNT=$((INITIATOR_DELETES_COUNT+1))
|
||||
fi
|
||||
done < "$summaryFile"
|
||||
|
|
4
osync.sh
4
osync.sh
|
@ -5522,9 +5522,9 @@ function _SummaryFromDeleteFile {
|
|||
if [ -f "$summaryFile" ]; then
|
||||
while read -r file; do
|
||||
Logger "$direction $replicaPath$file" "ALWAYS"
|
||||
if [ "$direction" == ">>" ]; then
|
||||
if [ "$direction" == "- >>" ]; then
|
||||
TARGET_DELETES_COUNT=$((TARGET_DELETES_COUNT+1))
|
||||
elif [ "$direction" == "<<" ]; then
|
||||
elif [ "$direction" == "- <<" ]; then
|
||||
INITIATOR_DELETES_COUNT=$((INITIATOR_DELETES_COUNT+1))
|
||||
fi
|
||||
done < "$summaryFile"
|
||||
|
|
Loading…
Reference in New Issue