summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-24 21:06:19 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-24 21:06:19 -0400
commitb66cf5734e467760ec240b13e330e00d0dba12a5 (patch)
tree35cb6a92c1b94aa03911c1713423e745d5f08e36 /etc/rc.bootup
parentc41aa4a514b2de2b904e2168cc4483af4f6af1b1 (diff)
downloadpfsense-b66cf5734e467760ec240b13e330e00d0dba12a5.zip
pfsense-b66cf5734e467760ec240b13e330e00d0dba12a5.tar.gz
Instead of setting $g['booting'] to false, unset the entry.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 653e29a..972bdb0 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -368,6 +368,6 @@ function rescue_detect_keypress() {
/* done */
unlink("{$g['varrun_path']}/booting");
- $g['booting'] = FALSE;
+ unset($g['booting']);
?> \ No newline at end of file
OpenPOWER on IntegriCloud