summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-14 11:54:55 +0000
committerErmal <eri@pfsense.org>2010-05-14 11:54:55 +0000
commitee23ccabcd20585532e149688145c6d9a6576111 (patch)
tree56a80e3711147064b643b417206ea45421c22878 /etc/rc.bootup
parentc1263bbd0384d9e0a31ea14895c29f8736674b8e (diff)
downloadpfsense-ee23ccabcd20585532e149688145c6d9a6576111.zip
pfsense-ee23ccabcd20585532e149688145c6d9a6576111.tar.gz
Ticket #295. Use empty to prevent some ghost entries in some configurations.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 65cc5dc..8decbcd 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -225,7 +225,7 @@ setup_gateways_monitor();
echo "done.\n";
echo "Synchronizing user settings...";
-if (!isset($config['system']['webgui']['backend']))
+if (empty($config['system']['webgui']['backend']))
local_sync_accounts();
echo "done.\n";
OpenPOWER on IntegriCloud