This commit is contained in:
Minecon724 2025-04-12 14:29:28 +02:00
commit df1e990ddd
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
cd "$(dirname "$0")"
. ../.env
cd "$(dirname "$0")/.."
. .env
CERT_DIR=/etc/ssl/$DOMAIN

View file

@ -1,6 +1,6 @@
#!/bin/bash
cd "$(dirname "$0")"
. ../.env
cd "$(dirname "$0")/.."
. .env
if [ "$GLUETUN" = true ]; then
export UPSTREAM=gluetun