1
0
Fork 0
mirror of synced 2024-05-24 19:15:23 -04:00
ovpn-admin/reset.sh
2024-01-01 22:06:55 +04:00

7 lines
86 B
Bash
Executable file

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