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