Merge pull request #226 from gakowalski/patch-1

Don't exit after positive latest version check
This commit is contained in:
Jean-Marie Renouard 2016-07-13 16:51:58 +02:00 committed by GitHub
commit ccc1fe201d

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