From 6b79f38b823d5bb7f97607d00231f0365e07f28b Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sat, 15 Oct 2016 11:35:07 +0200 Subject: Add then statement --- include/tests_firewalls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tests_firewalls') 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 -- cgit v1.2.3