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:
Martin Kiesel 2018-06-05 14:12:54 +02:00 committed by GitHub
parent 987f161529
commit 9a1d331ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" );