From 31146550a38e3ccd19bb5faee63074673b26682b Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Sun, 8 Apr 2018 21:13:59 +0200 Subject: [PATCH] Fixes #175: Make it overly obvious that this tool only checks the kernel; --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 8ff056d..26f03ad 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -590,7 +590,7 @@ pvulnstatus() # display info if we're not in quiet/batch mode vulnstatus="$2" shift 2 - _info_nol "> \033[46m\033[30mSTATUS:\033[0m " + _info_nol "> \033[46m\033[30mKERNEL STATUS:\033[0m " case "$vulnstatus" in UNK) pstatus yellow 'UNKNOWN' "$@";; VULN) pstatus red 'VULNERABLE' "$@";;