mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-31 03:22:05 +08:00
5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/sh
|
|
/etc/init.d/openvpn enable
|
|
sleep 3
|
|
/etc/init.d/openvpn restart
|