mirror of
https://github.com/flant/ovpn-admin.git
synced 2026-02-04 09:12:13 -08:00
fix
This commit is contained in:
parent
ff359dad6f
commit
5447c6e009
2
stop.sh
2
stop.sh
@ -12,7 +12,7 @@ set +a
|
|||||||
|
|
||||||
docker-compose -p "$OVPN_COMPOSE_NAME" down "$@"
|
docker-compose -p "$OVPN_COMPOSE_NAME" down "$@"
|
||||||
|
|
||||||
for script_file in ./start.d/*.sh
|
for script_file in ./stop.d/*.sh
|
||||||
do
|
do
|
||||||
echo "Sourcing ${script_file}"
|
echo "Sourcing ${script_file}"
|
||||||
source "${script_file}"
|
source "${script_file}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user