mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 23:20:22 +00:00
3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/bin/bash
|
|
touch /tmp/openvpn.log
|
|
journalctl -n 500 |grep "openvpn\[" | sudo tee /tmp/openvpn.log
|