mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Put this on background to avoid delays.
This commit is contained in:
parent
9f695b0fc8
commit
98d269af64
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user