This commit is contained in:
Farid Musa 2024-01-01 22:04:05 +04:00
parent ff359dad6f
commit 5447c6e009
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set +a
docker-compose -p "$OVPN_COMPOSE_NAME" down "$@"
for script_file in ./start.d/*.sh
for script_file in ./stop.d/*.sh
do
echo "Sourcing ${script_file}"
source "${script_file}"