Don't exit after positive latest version check

This commit is contained in:
Grzegorz Adam Kowalski 2016-07-13 12:58:30 +02:00 committed by GitHub
parent 5bf860af64
commit a9f9e69201

View file

@ -590,7 +590,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)";
exit 0; return;
} }
# Checks to see if a MySQL login is possible # Checks to see if a MySQL login is possible