From b589c32ce72298b055de58d6af07afe41ef35530 Mon Sep 17 00:00:00 2001 From: deajan Date: Tue, 30 Jun 2020 09:21:13 +0100 Subject: [PATCH] Rebuilt targets --- dev/debug_osync.sh | 6 +++--- install.sh | 6 +++--- osync-batch.sh | 2 +- osync.sh | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev/debug_osync.sh b/dev/debug_osync.sh index e3d5b4e..95aa40b 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-RC4 -_OFUNCTIONS_BUILD=2020051301 +_OFUNCTIONS_BUILD=2020062901 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -759,7 +759,7 @@ function _PerfProfiler { #__WITH_PARANOIA_DEBUG perfString=$(ps -p $$ -o args,pid,ppid,%cpu,%mem,time,etime,state,wchan) #__WITH_PARANOIA_DEBUG #__WITH_PARANOIA_DEBUG for i in $(pgrep -P $$); do #__WITH_PARANOIA_DEBUG - perfString="$perfString\n"$(ps -p $i -o args,pid,ppid,%cpu,%mem,time,etime,state,wchan | tail -1) #__WITH_PARANOIA_DEBUG + perfString="$perfString\n"$(ps -p $i -o args,pid,ppid,%cpu,%mem,time,etime,state,wchan | :| tail -1) #__WITH_PARANOIA_DEBUG done #__WITH_PARANOIA_DEBUG #__WITH_PARANOIA_DEBUG if type iostat > /dev/null 2>&1; then #__WITH_PARANOIA_DEBUG @@ -2340,7 +2340,7 @@ function GetConfFileValue () { echo "$value" else if [ $noError == true ]; then - Logger "Cannot get value for [$name] in config file [$file]." "NOTICE" + Logger "Cannot get value for [$name] in config file [$file]." "DEBUG" else Logger "Cannot get value for [$name] in config file [$file]." "ERROR" fi diff --git a/install.sh b/install.sh index cf436b9..7872ec1 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=2020051301 +_OFUNCTIONS_BUILD=2020062901 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -570,7 +570,7 @@ function GetConfFileValue () { echo "$value" else if [ $noError == true ]; then - Logger "Cannot get value for [$name] in config file [$file]." "NOTICE" + Logger "Cannot get value for [$name] in config file [$file]." "DEBUG" else Logger "Cannot get value for [$name] in config file [$file]." "ERROR" fi @@ -2431,7 +2431,7 @@ function GetConfFileValue () { echo "$value" else if [ $noError == true ]; then - Logger "Cannot get value for [$name] in config file [$file]." "NOTICE" + Logger "Cannot get value for [$name] in config file [$file]." "DEBUG" else Logger "Cannot get value for [$name] in config file [$file]." "ERROR" fi diff --git a/osync-batch.sh b/osync-batch.sh index 91f3628..f688df2 100755 --- a/osync-batch.sh +++ b/osync-batch.sh @@ -2056,7 +2056,7 @@ function GetConfFileValue () { echo "$value" else if [ $noError == true ]; then - Logger "Cannot get value for [$name] in config file [$file]." "NOTICE" + Logger "Cannot get value for [$name] in config file [$file]." "DEBUG" else Logger "Cannot get value for [$name] in config file [$file]." "ERROR" fi diff --git a/osync.sh b/osync.sh index 74bbe6a..b107872 100755 --- a/osync.sh +++ b/osync.sh @@ -14,7 +14,7 @@ CONFIG_FILE_REVISION_REQUIRED=1.3.0 _OFUNCTIONS_VERSION=2.3.0-RC4 -_OFUNCTIONS_BUILD=2020051301 +_OFUNCTIONS_BUILD=2020062901 _OFUNCTIONS_BOOTSTRAP=true if ! type "$BASH" > /dev/null; then @@ -2191,7 +2191,7 @@ function GetConfFileValue () { echo "$value" else if [ $noError == true ]; then - Logger "Cannot get value for [$name] in config file [$file]." "NOTICE" + Logger "Cannot get value for [$name] in config file [$file]." "DEBUG" else Logger "Cannot get value for [$name] in config file [$file]." "ERROR" fi