Add then statement

This commit is contained in:
Michael Boelen 2016-10-15 11:35:07 +02:00
parent 76277f1bf9
commit 6b79f38b82
1 changed files with 1 additions and 1 deletions

View File

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