Added default separator char in quicksync mode

pull/78/head
deajan 8 years ago
parent 4ca9689471
commit 5af05c2878

@ -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

Loading…
Cancel
Save