From 972b8481f132c566008e687e9a60dbe55a0736c7 Mon Sep 17 00:00:00 2001 From: deajan Date: Mon, 14 Aug 2017 22:22:28 +0200 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 4 ++-- osync.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index eab8a41..3f40acb 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev -PROGRAM_BUILD=2017072701 +PROGRAM_BUILD=2017081401 IS_STABLE=no @@ -2842,7 +2842,7 @@ function _UnlockReplicasLocal { local retval if [ -f "$lockfile" ]; then - rm "$lockfile" + rm -f "$lockfile" retval=$? if [ $retval -ne 0 ]; then Logger "Could not unlock local $replicaType replica." "ERROR" $retval diff --git a/osync.sh b/osync.sh index 5b35b92..6e2c4c3 100755 --- a/osync.sh +++ b/osync.sh @@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2017 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.2.2-dev -PROGRAM_BUILD=2017072701 +PROGRAM_BUILD=2017081401 IS_STABLE=no @@ -2656,7 +2656,7 @@ function _UnlockReplicasLocal { local retval if [ -f "$lockfile" ]; then - rm "$lockfile" + rm -f "$lockfile" retval=$? if [ $retval -ne 0 ]; then Logger "Could not unlock local $replicaType replica." "ERROR" $retval