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:
Diffstat (limited to 'include/tests_mail_messaging')
-rw-r--r--include/tests_mail_messaging4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tests_mail_messaging b/include/tests_mail_messaging
index a8d33398..a5d116fc 100644
--- a/include/tests_mail_messaging
+++ b/include/tests_mail_messaging
@@ -203,7 +203,7 @@
esac
LogText "Test: Exim Try Verify Hosts"
- if [ ! -z "${EXIM_TRY_VERIFY_HOSTS}" ]; then
+ if [ -n "${EXIM_TRY_VERIFY_HOSTS}" ]; then
LogText "Result: Try Verify Hosts enabled"
case "${EXIM_TYPE}" in
"INTERNET HOST" )
@@ -219,7 +219,7 @@
fi
LogText "Test: Exim Verify Hosts"
- if [ ! -z "${EXIM_VERIFY_HOSTS}" ]; then
+ if [ -n "${EXIM_VERIFY_HOSTS}" ]; then
LogText "Result: Verify Hosts enabled"
case "${EXIM_TYPE}" in
"INTERNET HOST" )