Added default separator char in quicksync mode
This commit is contained in:
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"
|
AUTHOR="(C) 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.5
|
PROGRAM_VERSION=1.1.5
|
||||||
PROGRAM_BUILD=2016111502
|
PROGRAM_BUILD=2016111503
|
||||||
IS_STABLE=yes
|
IS_STABLE=yes
|
||||||
|
|
||||||
source "./ofunctions.sh"
|
source "./ofunctions.sh"
|
||||||
|
@ -1727,6 +1727,10 @@ opts="${opts# *}"
|
||||||
HARD_MAX_EXEC_TIME=0
|
HARD_MAX_EXEC_TIME=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$PATH_SEPARATOR_CHAR" == "" ]; then
|
||||||
|
PATH_SEPARATOR_CHAR=";"
|
||||||
|
fi
|
||||||
|
|
||||||
MIN_WAIT=30
|
MIN_WAIT=30
|
||||||
REMOTE_OPERATION=no
|
REMOTE_OPERATION=no
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue