summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b376efb..1ff4ce3 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -40,7 +40,7 @@
touch("{$g['varrun_path']}/booting");
$motd = trim(return_filename_as_string("/etc/motd"));
- if(strlen($motd) > 2) echo "\n{$motd}\n";
+ if(strlen($motd) > 2) echo "\n{$motd}\n\n";
/* parse the configuration and include all functions used below */
require_once("config.inc");
OpenPOWER on IntegriCloud