aboutsummaryrefslogtreecommitdiffstats
path: root/spectre-meltdown-checker.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-02-21 11:13:02 -0500
committerJesús <heckyel@hyperbola.info>2018-02-21 11:13:02 -0500
commitf8997ae16401c3c4b06213dac6e172ed7a120661 (patch)
tree0dab369f9cc3d4b5289eed3f3b1115b8a194300f /spectre-meltdown-checker.sh
parent3b7f25550cb5d7871f7796e4c8d4ced870a2e80e (diff)
downloadspectre-meltdown-checker-f8997ae16401c3c4b06213dac6e172ed7a120661.tar.lz
spectre-meltdown-checker-f8997ae16401c3c4b06213dac6e172ed7a120661.tar.xz
spectre-meltdown-checker-f8997ae16401c3c4b06213dac6e172ed7a120661.zip
Remove the color in the title
Diffstat (limited to 'spectre-meltdown-checker.sh')
-rwxr-xr-xspectre-meltdown-checker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh
index 0878f45..c5678de 100755
--- a/spectre-meltdown-checker.sh
+++ b/spectre-meltdown-checker.sh
@@ -344,7 +344,7 @@ is_cpu_specex_free()
show_header()
{
- _info "\033[1;34mSpectre and Meltdown mitigation detection tool v$VERSION\033[0m"
+ _info "Spectre and Meltdown mitigation detection tool v$VERSION"
_info
}