1
0
Fork 0
mirror of synced 2024-06-16 22:31:09 -04:00
ovpn-admin/reset.sh

7 lines
86 B
Bash
Raw Normal View History

2024-01-01 13:03:12 -05:00
#!/usr/bin/env bash
set -eo pipefail
./stop.sh "$@"
2024-01-01 13:06:55 -05:00
./reconfigure.sh
2024-01-01 13:03:12 -05:00
./start.sh "$@"