From a26ebd3004fc13cff5d15c5de86e09cb0baf2e13 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 17 Dec 2020 20:17:52 +0100 Subject: [PATCH] Fix: missing curly bracket --- include/tests_logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_logging b/include/tests_logging index 4a15591d..acbbcf5b 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -317,7 +317,7 @@ LogText "Result: Checking for loghost via name resolving" FIND=$(getent hosts loghost | ${GREPBINARY} loghost) if [ -n "${FIND}" ]; then - SOLARIS_LOGHOST="${FIND" + SOLARIS_LOGHOST="${FIND}" SOLARIS_LOGHOST_FOUND=1 LogText "Result: name resolving was successful" LogText "Output: ${FIND}"