add newline to last message

This commit is contained in:
Kay Marquardt
2019-12-17 17:45:53 +01:00
committed by GitHub
parent 7e703715de
commit 40ab4e24c2

View File

@@ -731,7 +731,7 @@ if (!$ENV{'nostart'}) {
}
} else {
print "***********************************************************************\n";
print "Webmin has been installed but not started!";
print "Webmin has been installed but not started!\n\n";
}
if ($oldwadir ne $wadir && $upgrading && !$ENV{'deletedold'}) {