summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-07 11:10:08 +0000
committerErmal <eri@pfsense.org>2010-12-07 11:10:08 +0000
commit137f46d8939ac05856b183d81d749287f1fc40cc (patch)
treeec840314e664f377c438f8a3981e9b925cf533ef /etc/rc.filter_synchronize
parentbe888d7f4f1c9995f36e377f15ba3626ba5c3dc9 (diff)
downloadpfsense-137f46d8939ac05856b183d81d749287f1fc40cc.zip
pfsense-137f46d8939ac05856b183d81d749287f1fc40cc.tar.gz
Whitespace fixes to make this readble.
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index dede6ba..466e3b1 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -210,7 +210,7 @@ function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsens
}
global $g;
-if (file_exists("{$g['varrun_path']}/booting"))
+if (file_exists("{$g['varrun_path']}/booting") || $g['booting'])
return;
if (is_array($config['installedpackages']['carpsettings']['config'])) {
OpenPOWER on IntegriCloud