Update mysqltuner.pl
Remove duplicate code comment
This commit is contained in:
parent
a3e4969538
commit
16237f7778
1 changed files with 0 additions and 2 deletions
|
@ -245,8 +245,6 @@ $opt{nocolor} = 0 if ( $opt{color} == 1 );
|
||||||
# Setting up the colors for the print styles
|
# Setting up the colors for the print styles
|
||||||
my $me = `whoami`;
|
my $me = `whoami`;
|
||||||
$me =~ s/\n//g;
|
$me =~ s/\n//g;
|
||||||
|
|
||||||
# Setting up the colors for the print styles
|
|
||||||
my $good = ( $opt{nocolor} == 0 ) ? "[\e[0;32mOK\e[0m]" : "[OK]";
|
my $good = ( $opt{nocolor} == 0 ) ? "[\e[0;32mOK\e[0m]" : "[OK]";
|
||||||
my $bad = ( $opt{nocolor} == 0 ) ? "[\e[0;31m!!\e[0m]" : "[!!]";
|
my $bad = ( $opt{nocolor} == 0 ) ? "[\e[0;31m!!\e[0m]" : "[!!]";
|
||||||
my $info = ( $opt{nocolor} == 0 ) ? "[\e[0;34m--\e[0m]" : "[--]";
|
my $info = ( $opt{nocolor} == 0 ) ? "[\e[0;34m--\e[0m]" : "[--]";
|
||||||
|
|
Loading…
Reference in a new issue