diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index 147676f..e8d7987 100755 --- a/dev/debug_osync.sh +++ b/dev/debug_osync.sh @@ -43,7 +43,7 @@ CONFIG_FILE_REVISION_REQUIRED=1.3.0 # CleanUp no #__WITH_PARANOIA_DEBUG _OFUNCTIONS_VERSION=2.3.0-RC3 -_OFUNCTIONS_BUILD=2019090901 +_OFUNCTIONS_BUILD=2019120601 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -769,7 +769,7 @@ function _PerfProfiler { #__WITH_PARANOIA_DEBUG _OFUNCTIONS_SPINNER="|/-\\" function Spinner { - if [ $_LOGGER_SILENT == true ] || [ "$_LOGGER_ERR_ONLY" == true ]; then + if [ $_LOGGER_SILENT == true ] || [ "$_LOGGER_ERR_ONLY" == true ] || [ "$_SYNC_ON_CHANGES" == "initiator" ] || [ "$_SYNC_ON_CHANGES" == "target" ] ; then return 0 else printf " [%c] \b\b\b\b\b\b" "$_OFUNCTIONS_SPINNER" diff --git a/install.sh b/install.sh index e26f242..16c5d11 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-RC3 -_OFUNCTIONS_BUILD=2019090901 +_OFUNCTIONS_BUILD=2019120601 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then diff --git a/osync.sh b/osync.sh index 83975f6..d880aab 100755 --- a/osync.sh +++ b/osync.sh @@ -14,7 +14,7 @@ CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.3.0-RC3 -_OFUNCTIONS_BUILD=2019090901 +_OFUNCTIONS_BUILD=2019120601 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -705,7 +705,7 @@ function LoadConfigFile { _OFUNCTIONS_SPINNER="|/-\\" function Spinner { - if [ $_LOGGER_SILENT == true ] || [ "$_LOGGER_ERR_ONLY" == true ]; then + if [ $_LOGGER_SILENT == true ] || [ "$_LOGGER_ERR_ONLY" == true ] || [ "$_SYNC_ON_CHANGES" == "initiator" ] || [ "$_SYNC_ON_CHANGES" == "target" ] ; then return 0 else printf " [%c] \b\b\b\b\b\b" "$_OFUNCTIONS_SPINNER"