Added default separator char in quicksync mode

This commit is contained in:
deajan 2016-11-15 22:34:08 +01:00
parent 4ca9689471
commit 5af05c2878
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,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.1.5
PROGRAM_BUILD=2016111502
PROGRAM_BUILD=2016111503
IS_STABLE=yes
source "./ofunctions.sh"
@ -1727,6 +1727,10 @@ opts="${opts# *}"
HARD_MAX_EXEC_TIME=0
fi
if [ "$PATH_SEPARATOR_CHAR" == "" ]; then
PATH_SEPARATOR_CHAR=";"
fi
MIN_WAIT=30
REMOTE_OPERATION=no
else