summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index ee945653b..08583f82e 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -3887,7 +3887,7 @@ if ($sth->rows == 0) {
if(! $pass1 ) {
print "\n\nIt's just plain stupid to not have a password. Try again!\n";
} elsif ( $pass1 !~ /^.{3,16}$/ ) {
- print "The password must be 3-16 characters in length.";
+ print "\n\nThe password must be 3-16 characters in length.\n";
}
}
print "\nPlease retype the password to verify: ";