Rebuilt targets
This commit is contained in:
parent
9b862ae49d
commit
9b9c1105eb
|
@ -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)
|
||||
|
|
4
osync.sh
4
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)
|
||||
|
|
Loading…
Reference in New Issue