no need to return, just exit
This commit is contained in:
parent
2db1483123
commit
d148093634
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ sub compare_tuner_version {
|
|||
return;
|
||||
}
|
||||
goodprint "You have the latest version of MySQLTuner($tunerversion)";
|
||||
return;
|
||||
exit 0;
|
||||
}
|
||||
|
||||
# Checks to see if a MySQL login is possible
|
||||
|
|
Loading…
Reference in a new issue