From 9b9c1105eb93169382ddf54b0380589392ad89b3 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Sun, 11 Jun 2023 11:19:25 +0200 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 4 ++-- osync.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index fb72087..0dc0915 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-2022 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-rc4-dev -PROGRAM_BUILD=2023061001 +PROGRAM_BUILD=2023061101 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 @@ -6865,7 +6865,7 @@ function GetCommandlineArguments { _LOGGER_ERR_ONLY=true ;; --non-interactive) - opts$opts" --non-interactive" + opts=$opts" --non-interactive" _OFUNCTIONS_SHOW_SPINNER=false ;; --summary) diff --git a/osync.sh b/osync.sh index adb6de7..cf1a852 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-2022 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-rc4-dev -PROGRAM_BUILD=2023061001 +PROGRAM_BUILD=2023061101 IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 @@ -6622,7 +6622,7 @@ function GetCommandlineArguments { _LOGGER_ERR_ONLY=true ;; --non-interactive) - opts$opts" --non-interactive" + opts=$opts" --non-interactive" _OFUNCTIONS_SHOW_SPINNER=false ;; --summary)