From a9f9e69201e6e392c23a5e5bb1aa74ee008710bf Mon Sep 17 00:00:00 2001 From: Grzegorz Adam Kowalski Date: Wed, 13 Jul 2016 12:58:30 +0200 Subject: [PATCH] Don't exit after positive latest version check --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index c5ee26e..c08e91c 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -590,7 +590,7 @@ sub compare_tuner_version { return; } goodprint "You have the latest version of MySQLTuner($tunerversion)"; - exit 0; + return; } # Checks to see if a MySQL login is possible