From 7fffa454e9aa282887053c57276bc7e983d8be23 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 21 May 2019 00:08:44 +0200 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 9 +++++++-- osync.sh | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index d3a819921..c12196a6c 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -7,7 +7,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2019 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-beta2 -PROGRAM_BUILD=2019052016 +PROGRAM_BUILD=2019052101 IS_STABLE=false CONFIG_FILE_REVISION_REQUIRED=1.3.0 @@ -6449,6 +6449,11 @@ function GetCommandlineArguments { # Remove leading space if there is one opts="${opts# *}" + + # Fix when reloading GetCommandlineArguments + if [ $_QUICK_SYNC -gt 2 ]; then + _QUICK_SYNC=2 + fi } GetCommandlineArguments "${@}" @@ -6508,7 +6513,7 @@ else exit 1 fi -# Reload GetCommandLineArguments so we can override config file with run time arguments +# Reload GetCommandlineArguments so we can override config file with run time arguments GetCommandlineArguments "${@}" if [ "$LOGFILE" == "" ]; then diff --git a/osync.sh b/osync.sh index 1bdfa74ec..b34cd125c 100755 --- a/osync.sh +++ b/osync.sh @@ -7,7 +7,7 @@ PROGRAM="osync" # Rsync based two way sync engine with fault tolerance AUTHOR="(C) 2013-2019 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-beta2 -PROGRAM_BUILD=2019052016 +PROGRAM_BUILD=2019052101 IS_STABLE=false CONFIG_FILE_REVISION_REQUIRED=1.3.0 @@ -6207,6 +6207,11 @@ function GetCommandlineArguments { # Remove leading space if there is one opts="${opts# *}" + + # Fix when reloading GetCommandlineArguments + if [ $_QUICK_SYNC -gt 2 ]; then + _QUICK_SYNC=2 + fi } GetCommandlineArguments "${@}" @@ -6266,7 +6271,7 @@ else exit 1 fi -# Reload GetCommandLineArguments so we can override config file with run time arguments +# Reload GetCommandlineArguments so we can override config file with run time arguments GetCommandlineArguments "${@}" if [ "$LOGFILE" == "" ]; then