summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 44b398f..6333ab8 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -255,8 +255,7 @@ setup_gateways_monitor();
echo "done.\n";
echo "Synchronizing user settings...";
-if (empty($config['system']['webgui']['backend']))
- local_sync_accounts();
+local_sync_accounts();
echo "done.\n";
if($avail > 0 and $avail < 65) {
@@ -398,4 +397,4 @@ led_normalize();
conf_mount_ro();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud