From cb68c5371a6d3d5b85b591e78b0ec3cf30ad3112 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 28 Aug 2011 20:57:57 -0400 Subject: merge corrected fix from merge request 50 --- config/freeradius.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/freeradius.inc') 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); -- cgit v1.2.3