aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfig/freeradius2/freeradius.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/freeradius2/freeradius.xml b/config/freeradius2/freeradius.xml
index fbf8fa18..929dea53 100755
--- a/config/freeradius2/freeradius.xml
+++ b/config/freeradius2/freeradius.xml
@@ -261,9 +261,9 @@
</custom_php_resync_config_command>
<custom_php_install_command>
freeradius_install_command();
- freeradius_settings_command();
- freeradius_clients_command();
- freeradius_users_command();
+ freeradius_settings_resync();
+ freeradius_clients_resync();
+ freeradius_users_resync();
exec("chown -R root:wheel /usr/local/etc/raddb");
exec("chown -R root:wheel /usr/local/lib/freeradius-2.1.12");
exec("rm -f /usr/local/etc/raddb/sites-enabled/control-socket");