From 40ab4e24c25af4b1838052f15a2f1b4bdf32f3ac Mon Sep 17 00:00:00 2001 From: Kay Marquardt Date: Tue, 17 Dec 2019 17:45:53 +0100 Subject: [PATCH] add newline to last message --- setup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.pl b/setup.pl index 2fc008009..791aaa8b6 100755 --- a/setup.pl +++ b/setup.pl @@ -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'}) {