summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 12:30:10 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 12:30:10 +0100
commite861812cdf2de4fe6e5e1fc74851f661e1538647 (patch)
tree3a4ef3a0a9d21218df6792ee18cd136cfc5c7951 /etc/inc/globals.inc
parent3d3dd668891e7606868693aaafbaa9043e55f1c5 (diff)
downloadpfsense-e861812cdf2de4fe6e5e1fc74851f661e1538647.zip
pfsense-e861812cdf2de4fe6e5e1fc74851f661e1538647.tar.gz
Remove the booting signal if not needed to fix some issues reported on the GUI
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index 67050d1..aa6b5e3 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -167,6 +167,8 @@ if (file_exists("/etc/inc/globals_override.inc"))
if (file_exists("{$g['varrun_path']}/booting"))
$g['booting'] = true;
+else
+ unset($g['booting']);
$config_parsed = false;
OpenPOWER on IntegriCloud