2023-04-01 10:00:13 +08:00

10 lines
89 B
Bash

#!/bin/sh
log() {
logger -t "OpenVpn Vpn" "$@"
}
/etc/init.d/openvpn stop $1
sleep 5