summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2010-03-08 23:15:18 +0000
committerErmal Luçi <eri@pfsense.org>2010-03-08 23:15:18 +0000
commit98d269af641d7ccfbfa4845dd027df4fe10a5f61 (patch)
tree63b46c099f640391d313434730a5e008f253d3cf /etc/inc/system.inc
parent9f695b0fc818cb7c0762403979323af4ce5216c5 (diff)
downloadpfsense-98d269af641d7ccfbfa4845dd027df4fe10a5f61.zip
pfsense-98d269af641d7ccfbfa4845dd027df4fe10a5f61.tar.gz
Put this on background to avoid delays.
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index ff5bd05..82f851e 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -693,7 +693,7 @@ function system_webgui_start() {
$proto = "http";
if ($config['system']['webgui']['protocol'])
$proto = $config['system']['webgui']['protocol'];
- mwexec("/usr/bin/fetch -o /dev/null -q {$proto}://localhost:{$portarg}/preload.php");
+ mwexec("/usr/bin/fetch -o /dev/null -q {$proto}://localhost:{$portarg}/preload.php &");
if ($g['booting']) {
if ($res == 0)
OpenPOWER on IntegriCloud