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
1 changed files with 1 additions and 1 deletions

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
}