Update
This commit is contained in:
parent
c8e21643b1
commit
df1e990ddd
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
. ../.env
|
||||
cd "$(dirname "$0")/.."
|
||||
. .env
|
||||
|
||||
CERT_DIR=/etc/ssl/$DOMAIN
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
. ../.env
|
||||
cd "$(dirname "$0")/.."
|
||||
. .env
|
||||
|
||||
if [ "$GLUETUN" = true ]; then
|
||||
export UPSTREAM=gluetun
|
||||
|
|
Reference in a new issue