From e4fcf99bab4ea2f088da808a25f94e54ab9031da Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 16 May 2009 23:12:41 -0400 Subject: [PATCH] Add missing space --- etc/rc.initial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.initial b/etc/rc.initial index a7eaf4e36f..7849ac69c6 100755 --- a/etc/rc.initial +++ b/etc/rc.initial @@ -1,7 +1,7 @@ #!/bin/sh # If recovery console shell option has been specified -if [ -f "/tmp/donotbootup"]; then +if [ -f "/tmp/donotbootup" ]; then exit 0 fi