From 24e61ccedc015a4634f4d0ca2d38e600635325b9 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 10 Jan 2011 20:52:06 +0000 Subject: Ticket #317. Unconditionally synchronize users on bootup this might prevent some reports of ssh keys not being there. --- etc/rc.bootup | 5 ++--- 1 file 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 +?> -- cgit v1.1