mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
Improve OpenVPN logging, thx @frankozland
This commit is contained in:
parent
a5e2d832ef
commit
9543587786
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
touch /tmp/openvpn.log
|
touch /tmp/openvpn.log
|
||||||
journalctl |grep -m 200 openvpn | sudo tee /tmp/openvpn.log
|
journalctl -n 500 |grep "openvpn\[" | sudo tee /tmp/openvpn.log
|
||||||
|
|
Loading…
Reference in a new issue