mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Relax after bootup enforcement since its not needed anymore
This commit is contained in:
parent
29f2f07a66
commit
fa5bf66fc5
@ -44,10 +44,6 @@ require_once("IPv6.inc");
|
||||
require_once("services.inc");
|
||||
require_once("rrd.inc");
|
||||
|
||||
// Do not process while booting
|
||||
if($g['booting'])
|
||||
exit;
|
||||
|
||||
function restart_packages() {
|
||||
global $oldipv6, $curwanipv6, $g;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user