Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-04-15 09:33:30 +0300
committerGitHub <noreply@github.com>2021-04-15 09:33:30 +0300
commit032ba73987300e17f32301224375aefd1a93bfd4 (patch)
tree08dcff55112ec550a4b124a308b37ddfe8aa4d4e /include
parentdc0cb691e03d54098ffd93c30343a507e1a8ad41 (diff)
parent010e68789e6fd4ffd6720126db7aa5c0c9aa30e3 (diff)
Merge pull request #1136 from murin-matus/patch-1
Add missing bracket in 4402
Diffstat (limited to 'include')
-rw-r--r--include/tests_nameservices2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_nameservices b/include/tests_nameservices
index aadc0a91..8c483d08 100644
--- a/include/tests_nameservices
+++ b/include/tests_nameservices
@@ -578,7 +578,7 @@
else
LogText "Found duplicate line: ${OUTPUT}"
LogText "Result: found duplicate line"
- Display --indent 4 --text "- Duplicate entries in hosts file" --result "$STATUS_FOUND}" --color YELLOW
+ Display --indent 4 --text "- Duplicate entries in hosts file" --result "${STATUS_FOUND}" --color YELLOW
ReportSuggestion "${TEST_NO}" "Remove duplicate lines in ${ROOTDIR}etc/hosts"
fi
fi