mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2025-09-15 22:20:11 +02:00
Merge a6f446b15f
into 67bf761029
This commit is contained in:
@ -590,7 +590,7 @@ pvulnstatus()
|
|||||||
# display info if we're not in quiet/batch mode
|
# display info if we're not in quiet/batch mode
|
||||||
vulnstatus="$2"
|
vulnstatus="$2"
|
||||||
shift 2
|
shift 2
|
||||||
_info_nol "> \033[46m\033[30mSTATUS:\033[0m "
|
_info_nol "> \033[46m\033[30mKERNEL STATUS:\033[0m "
|
||||||
case "$vulnstatus" in
|
case "$vulnstatus" in
|
||||||
UNK) pstatus yellow 'UNKNOWN' "$@";;
|
UNK) pstatus yellow 'UNKNOWN' "$@";;
|
||||||
VULN) pstatus red 'VULNERABLE' "$@";;
|
VULN) pstatus red 'VULNERABLE' "$@";;
|
||||||
|
Reference in New Issue
Block a user