Skip to content

Commit 9543587

Browse files
committed
Improve OpenVPN logging, thx @frankozland
1 parent a5e2d83 commit 9543587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installers/openvpnlog.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
touch /tmp/openvpn.log
3-
journalctl |grep -m 200 openvpn | sudo tee /tmp/openvpn.log
3+
journalctl -n 500 |grep "openvpn\[" | sudo tee /tmp/openvpn.log

0 commit comments

Comments
 (0)