From d14809363477843903b074d1ef838838342494ae Mon Sep 17 00:00:00 2001 From: mhasbini Date: Sat, 11 Jun 2016 16:36:59 +0000 Subject: [PATCH] no need to return, just exit --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 74ed736..62c0cc1 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -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