summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-05 00:26:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-05 00:26:41 +0000
commite9d0bf6499b3d5e65969a35942737cba5891ab2c (patch)
tree46a2b7afdfbb579f09790eb6e61c181b91124661
parent96fc1ba6ae18a1f97ec2f8ba61f64d85c6a92cf3 (diff)
downloadpfsense-e9d0bf6499b3d5e65969a35942737cba5891ab2c.zip
pfsense-e9d0bf6499b3d5e65969a35942737cba5891ab2c.tar.gz
Sleep 1 after kill
-rw-r--r--etc/inc/system.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index ab298c4..20b8af9 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -352,6 +352,8 @@ function system_webgui_start() {
/* kill any running mini_httpd */
killbypid("{$g['varrun_path']}/lighty-webConfigurator.pid");
+ sleep(1);
+
/* generate password file */
system_password_configure();
OpenPOWER on IntegriCloud