mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 02:31:47 +08:00
7 lines
80 B
Bash
7 lines
80 B
Bash
#!/bin/sh
|
|
|
|
sleep 2
|
|
/etc/init.d/openvpn stop
|
|
sleep 2
|
|
/etc/init.d/openvpn disable
|