mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 01:10:22 -08:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eo pipefail
|
|
|
|
./stop.sh "$@"
|
|
./reconfigure.sh
|
|
./start.sh "$@"
|