1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-18 19:25:23 +02:00

Remove the color in the title

This commit is contained in:
Sylvestre Ledru 2018-02-12 18:13:44 +01:00 committed by Stéphane Lesimple
parent 5f914e555e
commit 35c8a63de6

View File

@ -343,7 +343,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
}