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>2016-10-15 12:35:07 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-10-15 12:35:07 +0300
commit6b79f38b823d5bb7f97607d00231f0365e07f28b (patch)
tree1137725262af4636d606a038f179a2a23141f8f8 /include/tests_firewalls
parent76277f1bf98c7e6f13e3dcc6cddcdafeeb7a3e27 (diff)
Add then statement
Diffstat (limited to 'include/tests_firewalls')
-rw-r--r--include/tests_firewalls2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_firewalls b/include/tests_firewalls
index a702420c..87611fa3 100644
--- a/include/tests_firewalls
+++ b/include/tests_firewalls
@@ -372,7 +372,7 @@
Report "firewall_software[]=macosx-app-fw"
Report "app_fw[]=macosx-app-fw"
else
- if IsVerbose; Display --indent 2 --text "- Checking macOS: Application Firewall" --result "${STATUS_DISABLED}" --color YELLOW; fi
+ if IsVerbose; then Display --indent 2 --text "- Checking macOS: Application Firewall" --result "${STATUS_DISABLED}" --color YELLOW; fi
AddHP 1 3
LogText "Result: application firewall of macOS is disabled"
fi