diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index ca19bee..7e06138 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -8,7 +8,7 @@ AUTHOR="(C) 2013-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-rc1 PROGRAM_BUILD=2020050302 -IS_STABLE=false +IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 @@ -43,7 +43,7 @@ CONFIG_FILE_REVISION_REQUIRED=1.3.0 # CleanUp no #__WITH_PARANOIA_DEBUG _OFUNCTIONS_VERSION=2.3.0-RC4 -_OFUNCTIONS_BUILD=2020050302 +_OFUNCTIONS_BUILD=2020051301 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -1991,7 +1991,7 @@ function PreInit { if [ "$SSH_COMPRESSION" != false ]; then SSH_COMP=-C else - SSH_COMP= + SSH_COMP="-o Compression=no" fi ## Ignore SSH known host verification diff --git a/install.sh b/install.sh index e4d0960..cf436b9 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ INSTANCE_ID="installer-$SCRIPT_BUILD" ## Please adapt this to fit your distro needs _OFUNCTIONS_VERSION=2.3.0-RC4 -_OFUNCTIONS_BUILD=2020050302 +_OFUNCTIONS_BUILD=2020051301 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -2082,7 +2082,7 @@ function PreInit { if [ "$SSH_COMPRESSION" != false ]; then SSH_COMP=-C else - SSH_COMP= + SSH_COMP="-o Compression=no" fi ## Ignore SSH known host verification diff --git a/osync-batch.sh b/osync-batch.sh index 59b9d3e..91f3628 100755 --- a/osync-batch.sh +++ b/osync-batch.sh @@ -1707,7 +1707,7 @@ function PreInit { if [ "$SSH_COMPRESSION" != false ]; then SSH_COMP=-C else - SSH_COMP= + SSH_COMP="-o Compression=no" fi ## Ignore SSH known host verification diff --git a/osync.sh b/osync.sh index a10c6f9..d950fce 100755 --- a/osync.sh +++ b/osync.sh @@ -8,13 +8,13 @@ AUTHOR="(C) 2013-2020 by Orsiris de Jong" CONTACT="http://www.netpower.fr/osync - ozy@netpower.fr" PROGRAM_VERSION=1.3.0-rc1 PROGRAM_BUILD=2020050302 -IS_STABLE=false +IS_STABLE=true CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.3.0-RC4 -_OFUNCTIONS_BUILD=2020050302 +_OFUNCTIONS_BUILD=2020051301 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -1845,7 +1845,7 @@ function PreInit { if [ "$SSH_COMPRESSION" != false ]; then SSH_COMP=-C else - SSH_COMP= + SSH_COMP="-o Compression=no" fi ## Ignore SSH known host verification