1
0
Fork 0
mirror of synced 2024-11-16 14:15:34 -05:00
ovpn-admin/reset.sh
2024-01-01 22:06:55 +04:00

6 lines
86 B
Bash
Executable file

#!/usr/bin/env bash
set -eo pipefail
./stop.sh "$@"
./reconfigure.sh
./start.sh "$@"