no need to return, just exit

This commit is contained in:
mhasbini 2016-06-11 16:36:59 +00:00
parent 2db1483123
commit d148093634

View file

@ -593,7 +593,7 @@ sub compare_tuner_version {
return; return;
} }
goodprint "You have the latest version of MySQLTuner($tunerversion)"; goodprint "You have the latest version of MySQLTuner($tunerversion)";
return; exit 0;
} }
# Checks to see if a MySQL login is possible # Checks to see if a MySQL login is possible