diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index d4ee997..ecf87c1 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev -PROGRAM_BUILD=2016022101 +PROGRAM_BUILD=2016030101 IS_STABLE=no ## FUNC_BUILD=2016021803 @@ -2408,7 +2408,7 @@ function Init { SYNC_OPTS="-u" if [ $_VERBOSE -eq 1 ]; then - SYNC_OPTS=$SYNC_OPTS"i" + SYNC_OPTS=$SYNC_OPTS" -i" fi if [ $STATS -eq 1 ]; then diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 35a96ab..af7730d 100755 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev -PROGRAM_BUILD=2016022101 +PROGRAM_BUILD=2016030101 IS_STABLE=no source "./ofunctions.sh" @@ -1439,7 +1439,7 @@ function Init { SYNC_OPTS="-u" if [ $_VERBOSE -eq 1 ]; then - SYNC_OPTS=$SYNC_OPTS"i" + SYNC_OPTS=$SYNC_OPTS" -i" fi if [ $STATS -eq 1 ]; then diff --git a/osync.sh b/osync.sh index 31144a9..d535afb 100755 --- a/osync.sh +++ b/osync.sh @@ -8,7 +8,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(L) 2013-2016 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.1-dev -PROGRAM_BUILD=2016022101 +PROGRAM_BUILD=2016030101 IS_STABLE=no ## FUNC_BUILD=2016021803 @@ -2302,7 +2302,7 @@ function Init { SYNC_OPTS="-u" if [ $_VERBOSE -eq 1 ]; then - SYNC_OPTS=$SYNC_OPTS"i" + SYNC_OPTS=$SYNC_OPTS" -i" fi if [ $STATS -eq 1 ]; then