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

View file

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

View file

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