summaryrefslogtreecommitdiffstats
path: root/etc/rc.reload_all
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-22 21:13:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-22 21:13:39 +0000
commitde27c94dd8c9ee8a63f98909b0f693e6d6b09528 (patch)
tree531aa1de732a0481491bb3e21bf22c2429ee38af /etc/rc.reload_all
parentdcb6476880371a5b1ae3b9e74f53c35786902082 (diff)
downloadpfsense-de27c94dd8c9ee8a63f98909b0f693e6d6b09528.zip
pfsense-de27c94dd8c9ee8a63f98909b0f693e6d6b09528.tar.gz
sleep for 2 seconds between loading
Diffstat (limited to 'etc/rc.reload_all')
-rwxr-xr-xetc/rc.reload_all1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.reload_all b/etc/rc.reload_all
index bd07255..72e6830 100755
--- a/etc/rc.reload_all
+++ b/etc/rc.reload_all
@@ -33,6 +33,7 @@ require_once("config.inc");
require_once("filter.inc");
reload_all_sync();
+sleep(2);
filter_configure_sync();
?> \ No newline at end of file
OpenPOWER on IntegriCloud