Update mysqltuner.pl

This commit is contained in:
Long Radix 2023-03-29 12:33:47 +02:00 committed by GitHub
parent 1ccba5e556
commit 5560381f7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1929,7 +1929,7 @@ sub system_recommendations {
if ( is_open_port($banport) ) { if ( is_open_port($banport) ) {
badprint "Banned port: $banport is opened.."; badprint "Banned port: $banport is opened..";
push( @generalrec, 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 { else {