Add missing space

This commit is contained in:
Scott Ullrich 2009-05-16 23:12:41 -04:00
parent 01ef30e920
commit e4fcf99bab

View File

@ -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