Style improvements

This commit is contained in:
Michael Boelen 2016-10-26 12:55:46 +02:00
parent e54bae0c6d
commit 4886054187

View File

@ -105,7 +105,7 @@
AddHP 3 3 AddHP 3 3
else else
LogText "Result: no malware scanner found" LogText "Result: no malware scanner found"
if [$MACHINE_ROLE = "personal"]; then if [ "${MACHINE_ROLE}" = "personal"]; then
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color YELLOW Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color YELLOW
else else
Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED Display --indent 4 --text "- Installed malware scanner" --result "${STATUS_NOT_FOUND}" --color RED