Remove the color in the title

This commit is contained in:
Sylvestre Ledru 2018-02-12 18:13:44 +01:00
parent 155cac2102
commit d110536499
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
}