diff options
author | Jesús <heckyel@hyperbola.info> | 2018-02-21 11:13:02 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-02-21 11:13:02 -0500 |
commit | f8997ae16401c3c4b06213dac6e172ed7a120661 (patch) | |
tree | 0dab369f9cc3d4b5289eed3f3b1115b8a194300f /spectre-meltdown-checker.sh | |
parent | 3b7f25550cb5d7871f7796e4c8d4ced870a2e80e (diff) | |
download | spectre-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-x | spectre-meltdown-checker.sh | 2 |
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 } |