From 8c784c2c78d266a96aa2ae8b3507095f18b82473 Mon Sep 17 00:00:00 2001 From: Patrick Van der Veken Date: Wed, 15 Apr 2020 13:18:36 +0200 Subject: [PATCH] Fix for stupid copy/past type --- opt/hc/lib/core/include_core.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opt/hc/lib/core/include_core.sh b/opt/hc/lib/core/include_core.sh index 0ee6fcd..74134d9 100755 --- a/opt/hc/lib/core/include_core.sh +++ b/opt/hc/lib/core/include_core.sh @@ -30,7 +30,7 @@ # RETURNS: 0 function version_include_core { -typeset _VERSION="2020-04-08" # YYYY-MM-DD +typeset _VERSION="2020-04-15" # YYYY-MM-DD print "INFO: $0: ${_VERSION#version_*}" @@ -1274,7 +1274,7 @@ then if [[ -s ${HC_STDOUT_LOG} ]] || [[ -s ${HC_STDERR_LOG} ]] then # organize logs in sub-directories: YYYY/MM - mkdir -p "${EVENTS_DIR}/${DIR_PREFIX}/${HC_FAIL_ID}" >/reportdev/null 2>&1 || \ + mkdir -p "${EVENTS_DIR}/${DIR_PREFIX}/${HC_FAIL_ID}" >/dev/null 2>&1 || \ die "failed to create event directory at ${1}" if [[ -f ${HC_STDOUT_LOG} ]] then