mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-01 20:39:36 +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
|