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