Skip to content

Commit 64d6900

Browse files
committed
script needs root to read log file
1 parent 27ac926 commit 64d6900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ usage: squid2radius.py [-h] [-p RADIUS_ACCT_PORT]
3636
For instance, run like this if you have access log file at `/var/log/squid/access.log`, RADIUS server running at `localhost` with secret set to `testing123`:
3737

3838
```bash
39-
python2 squid2radius.py /var/log/squid/access.log localhost testing123
39+
sudo python2 squid2radius.py /var/log/squid/access.log localhost testing123
4040
```
4141

4242
It is certainly a good idea to make a cron job for this.

0 commit comments

Comments
 (0)