Fix: missing curly bracket

This commit is contained in:
Michael Boelen 2020-12-17 20:17:52 +01:00 committed by GitHub
parent 8fb98cb25c
commit a26ebd3004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"