End sentence with a period
Fixed example output: ``` [!!] User 'a@localhost' has user name as password. [!!] User 'b@%' does not specify hostname restrictions. ```
This commit is contained in:
parent
987f161529
commit
9a1d331ebb
1 changed files with 1 additions and 1 deletions
|
@ -1778,7 +1778,7 @@ sub security_recommendations {
|
|||
if (@mysqlstatlist) {
|
||||
foreach my $line ( sort @mysqlstatlist ) {
|
||||
chomp($line);
|
||||
badprint "User '" . $line . "' does not specify hostname restrictions";
|
||||
badprint "User '" . $line . "' does not specify hostname restrictions.";
|
||||
}
|
||||
push( @generalrec,
|
||||
"Restrict Host for user\@% to user\@SpecificDNSorIp" );
|
||||
|
|
Loading…
Reference in a new issue