commit
7fd63092fe
1 changed files with 2 additions and 2 deletions
|
@ -457,7 +457,7 @@ sub update_tuner_version {
|
||||||
my $update;
|
my $update;
|
||||||
my $url = "https://raw.githubusercontent.com/major/MySQLTuner-perl/master/";
|
my $url = "https://raw.githubusercontent.com/major/MySQLTuner-perl/master/";
|
||||||
my @scripts = ("mysqltuner.pl", "basic_passwords.txt", "vulnerabilities.csv");
|
my @scripts = ("mysqltuner.pl", "basic_passwords.txt", "vulnerabilities.csv");
|
||||||
my $totalScripts = scalar(keys @scripts);
|
my $totalScripts = scalar(@scripts);
|
||||||
my $receivedScripts = 0;
|
my $receivedScripts = 0;
|
||||||
my $httpcli =`which curl`;
|
my $httpcli =`which curl`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue