summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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