From cdb5a31f09b3ca88ed1ece7663c69e2e2d630bf8 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 1 Apr 2012 18:29:23 -0400 Subject: init_functions: fix missing * in fsck message Signed-off-by: Dave Reisner --- init_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_functions b/init_functions index b11e2e1..a76f137 100644 --- a/init_functions +++ b/init_functions @@ -130,7 +130,7 @@ fsck_root() { "* *" \ "* Please run fsck manually. After leaving *" \ "* this maintenance shell, the system will *" \ - " reboot automatically. *" \ + "* reboot automatically. *" \ "* *" \ "*********************************************" launch_interactive_shell -- cgit v1.2.3-24-g4f1b