Also fixed the typo in the other builds :)

This commit is contained in:
deajan 2016-03-10 19:27:09 +01:00
parent b41c90b87e
commit f652eb1fc1
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
AUTHOR="(L) 2013-2016 by Orsiris de Jong" AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_VERSION=1.1-dev PROGRAM_VERSION=1.1-dev
PROGRAM_BUILD=2016030801 PROGRAM_BUILD=2016031001
IS_STABLE=no IS_STABLE=no
## FUNC_BUILD=2016031001 ## FUNC_BUILD=2016031001
@ -1411,7 +1411,7 @@ function CheckLocks {
if [ "$REMOTE_OPERATION" != "yes" ]; then if [ "$REMOTE_OPERATION" != "yes" ]; then
_CheckLocksLocal "${TARGET[2]}" _CheckLocksLocal "${TARGET[2]}"
else else
_CheckLocksRemote "${TARGET{2]}" _CheckLocksRemote "${TARGET[2]}"
fi fi
WriteLockFiles WriteLockFiles

View File

@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
AUTHOR="(L) 2013-2016 by Orsiris de Jong" AUTHOR="(L) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_VERSION=1.1-dev PROGRAM_VERSION=1.1-dev
PROGRAM_BUILD=2016030801 PROGRAM_BUILD=2016031001
IS_STABLE=no IS_STABLE=no
## FUNC_BUILD=2016031001 ## FUNC_BUILD=2016031001
@ -1322,7 +1322,7 @@ function CheckLocks {
if [ "$REMOTE_OPERATION" != "yes" ]; then if [ "$REMOTE_OPERATION" != "yes" ]; then
_CheckLocksLocal "${TARGET[2]}" _CheckLocksLocal "${TARGET[2]}"
else else
_CheckLocksRemote "${TARGET{2]}" _CheckLocksRemote "${TARGET[2]}"
fi fi
WriteLockFiles WriteLockFiles