diff options
-rw-r--r-- | packages/freeradius.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/freeradius.xml b/packages/freeradius.xml index 12ae2357..ccdf0fa4 100644 --- a/packages/freeradius.xml +++ b/packages/freeradius.xml @@ -81,10 +81,9 @@ } } fclose($fout); - mwexec("killall radiusd"); + mwexec("/usr/bin/killall radiusd"); mwexec("/usr/local/etc/rc.d/radiusd.sh"); } - sync_package(); </custom_php_command_before_form> <custom_add_php_command> sync_package(); |