From f652eb1fc18b3d9291aed062e33e2f00ba8dd49a Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 10 Mar 2016 19:27:09 +0100 Subject: [PATCH] Also fixed the typo in the other builds :) --- 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 5d0a2ca..b4bf097 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="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev -PROGRAM_BUILD=2016030801 +PROGRAM_BUILD=2016031001 IS_STABLE=no ## FUNC_BUILD=2016031001 @@ -1411,7 +1411,7 @@ function CheckLocks { if [ "$REMOTE_OPERATION" != "yes" ]; then _CheckLocksLocal "${TARGET[2]}" else - _CheckLocksRemote "${TARGET{2]}" + _CheckLocksRemote "${TARGET[2]}" fi WriteLockFiles diff --git a/osync.sh b/osync.sh index 58bcbf7..13f1cbc 100755 --- a/osync.sh +++ b/osync.sh @@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev -PROGRAM_BUILD=2016030801 +PROGRAM_BUILD=2016031001 IS_STABLE=no ## FUNC_BUILD=2016031001 @@ -1322,7 +1322,7 @@ function CheckLocks { if [ "$REMOTE_OPERATION" != "yes" ]; then _CheckLocksLocal "${TARGET[2]}" else - _CheckLocksRemote "${TARGET{2]}" + _CheckLocksRemote "${TARGET[2]}" fi WriteLockFiles