Rebuilt targets

This commit is contained in:
Orsiris de Jong 2023-06-11 11:19:25 +02:00
parent 9b862ae49d
commit 9b9c1105eb
2 changed files with 4 additions and 4 deletions

View File

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

View File

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