From 5560381f7d42c145a696f16c26377d6df759dcbe Mon Sep 17 00:00:00 2001 From: Long Radix <74498097+longradix@users.noreply.github.com> Date: Wed, 29 Mar 2023 12:33:47 +0200 Subject: [PATCH] Update mysqltuner.pl --- mysqltuner.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 4da82f1..765aea2 100644 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1929,7 +1929,7 @@ sub system_recommendations { if ( is_open_port($banport) ) { badprint "Banned port: $banport is opened.."; push( @generalrec, -"Port $banport is opened. Consider stopping program handling over this port." +"Port $banport is opened. Consider stopping the program over this port." ); } else {