mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add missing space
This commit is contained in:
parent
01ef30e920
commit
e4fcf99bab
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user