Creating a bash file to run Hup Files

2009-08-10 Thread Paul Blalock
I have been trying to setup a bash file to run the hup files, but I can't get it working correctly. I am running Fedora 11 and Freeradius 2.1.6. I have the batch file as: #!/bin/bash radmin hup files What I get when having radius -X running is: ... new connection request on command socket.

Re: Creating a bash file to run Hup Files

2009-08-10 Thread Alan DeKok
Paul Blalock wrote: I have been trying to setup a bash file to run the hup files, but I can't get it working correctly. I am running Fedora 11 and Freeradius 2.1.6. I have the batch file as: #!/bin/bash radmin hup files Er... that runs the radmin, followed by the hup command. You