mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 10:51:32 +08:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
/etc/init.d/openvpn stop
|
|
sleep 3
|
|
rm /etc/openvpn/client.conf
|
|
rm /etc/openvpn/pass.txt |