diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/freeradius.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freeradius.xml b/packages/freeradius.xml index 163eb720..3da55e89 100644 --- a/packages/freeradius.xml +++ b/packages/freeradius.xml @@ -68,7 +68,7 @@ fwrite($fout,"#!/bin/sh\n\n/usr/local/sbin/radiusd -d /usr/local/etc/raddb\n"); fclose($fout); $fout = fopen("/usr/local/etc/radiusd.conf.dynamic","w"); - fwrite($fout, "{\nipaddr = 127.0.0.1\nport = 0\ntype = auth\n}\n\n") + fwrite($fout, "{\nipaddr = 127.0.0.1\nport = 0\ntype = auth\n}\n\n"); fclose($fout); mwexec("chmod a+x /usr/local/etc/rc.d/radiusd.sh"); mwexec("/usr/local/etc/rc.d/radiusd.sh"); |