Skip to content

Commit

Permalink
Improve OpenVPN logging, thx @frankozland
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Aug 11, 2024
1 parent a5e2d83 commit 9543587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/openvpnlog.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
touch /tmp/openvpn.log
journalctl |grep -m 200 openvpn | sudo tee /tmp/openvpn.log
journalctl -n 500 |grep "openvpn\[" | sudo tee /tmp/openvpn.log

0 comments on commit 9543587

Please sign in to comment.