From 0e6469e477ec3e6e1a00dd794d8928223ade9fd0 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 31 Oct 2018 14:43:50 +0100 Subject: [PATCH] Small fixes --- sources/lib/core/include_core.sh | 1 + sources/lib/platform/hp-ux/check_hpux_patch_version.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/lib/core/include_core.sh b/sources/lib/core/include_core.sh index f027d85..09b0915 100644 --- a/sources/lib/core/include_core.sh +++ b/sources/lib/core/include_core.sh @@ -1534,6 +1534,7 @@ do # check for log_healthy support through --hc-args (plugin) elif (( $(grep -c -E -e "_LOG_HEALTHY" "${FFILE}" 2>/dev/null) > 0 )) then + FCONFIG="No" FHEALTHY="S" else FCONFIG="No" diff --git a/sources/lib/platform/hp-ux/check_hpux_patch_version.sh b/sources/lib/platform/hp-ux/check_hpux_patch_version.sh index 873d31a..cca62d8 100644 --- a/sources/lib/platform/hp-ux/check_hpux_patch_version.sh +++ b/sources/lib/platform/hp-ux/check_hpux_patch_version.sh @@ -221,7 +221,7 @@ if [[ "${_CHECK_FILESETS}" = "yes" ]] then _SWLIST_OPTS="-a state -l fileset" log "executing {${_SWLIST_BIN}} with options: ${_SWLIST_OPTS}" - print "=== swlist ({$_SWLIST_OPTS}) ===" >>${HC_STDOUT_LOG} + print "=== swlist (${_SWLIST_OPTS}) ===" >>${HC_STDOUT_LOG} ${_SWLIST_BIN} ${_SWLIST_OPTS} >>${HC_STDOUT_LOG} 2>${HC_STDERR_LOG} if (( $? == 0 ))