diff options
-rw-r--r-- | config/freeradius.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeradius.inc b/config/freeradius.inc index a50f6c6d..5f63c87c 100644 --- a/config/freeradius.inc +++ b/config/freeradius.inc @@ -26,7 +26,7 @@ function freeradius_install_command() { $rcfile = array(); $rcfile['file'] = 'radiusd.sh'; - $rcfile['start'] = 'killall -9 radiusd ; sleep 5 && radiusd -s &';; + $rcfile['start'] = 'killall -9 radiusd ; sleep 5 && radiusd -s &'; $rcfile['stop'] = 'killall -9 radiusd ; sleep 5'; conf_mount_rw(); write_rcfile($rcfile); |