mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
3 lines
95 B
Bash
Executable file
3 lines
95 B
Bash
Executable file
#!/bin/bash
|
|
touch /tmp/openvpn.log
|
|
journalctl |grep -m 200 openvpn | sudo tee /tmp/openvpn.log
|