summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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