Don't exit after positive latest version check
This commit is contained in:
parent
5bf860af64
commit
a9f9e69201
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ sub compare_tuner_version {
|
|||
return;
|
||||
}
|
||||
goodprint "You have the latest version of MySQLTuner($tunerversion)";
|
||||
exit 0;
|
||||
return;
|
||||
}
|
||||
|
||||
# Checks to see if a MySQL login is possible
|
||||
|
|
Loading…
Reference in a new issue