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-05-03 13:19:26 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-05-03 13:19:26 +0300
commit5339a0d4667933f475e187eaaeb9e9f31f2415c7 (patch)
treed8a98e264d8805ccb34556d690ce39100c55de7d /include/tests_custom.template
parent9c9ca6f947aa957cf7cdc7451f15d41f3d68ef16 (diff)
Improve readability and add missing ;;
Diffstat (limited to 'include/tests_custom.template')
-rw-r--r--include/tests_custom.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tests_custom.template b/include/tests_custom.template
index f71b5210..6486956b 100644
--- a/include/tests_custom.template
+++ b/include/tests_custom.template
@@ -57,9 +57,10 @@
Display --indent 2 --text "OS: Linux" --result OK --color GREEN
;;
# Matching several platforms
- "FreeBSD"|"NetBSD"|"OpenBSD")
+ "FreeBSD" | "NetBSD" | "OpenBSD")
LogText "Found an operating system based on BSD"
Display --indent 2 --text "OS: *BSD" --result OK --color GREEN
+ ;;
# Catch-all for unknown values
*)
LogText "Did find another operating system"