2
0
mirror of https://github.com/deajan/osync synced 2024-11-19 03:25:37 +00:00

Fixed typo

This commit is contained in:
deajan 2016-08-19 10:55:02 +02:00
parent a753e988c3
commit c1e4f9fa51

View File

@ -7,7 +7,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance
AUTHOR="(C) 2013-2016 by Orsiris de Jong"
CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr"
PROGRAM_VERSION=1.2-dev-parallel
PROGRAM_BUILD=2016081901
PROGRAM_BUILD=2016081902
IS_STABLE=no
# Function Name Is parallel #__WITH_PARANOIA_DEBUG
@ -519,7 +519,7 @@ function WriteLockFiles {
_WriteLockFilesRemote "${TARGET[2]}" &
pids="$pids;$!"
fi
WaitForTaskCompletion $pids 720 1800 ${FUNCNAME[0]} true $KEEP_LOGGINg
WaitForTaskCompletion $pids 720 1800 ${FUNCNAME[0]} true $KEEP_LOGGING
if [ $? -ne 0 ]; then
Logger "Cancelling task." "CRITICAL"
exit 1