This commit is contained in:
Andras Bacsai
2023-06-12 14:52:05 +02:00
parent bae8098974
commit ef920088b1
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ if [ ! -f /data/coolify/source/.env ]; then
fi
# Merge .env and .env.production. New values will be added to .env
sort -u -t '=' -k 1,1 /data/coolify/source/.env.production /data/coolify/source/.env | sed '/^$/d' > /data/coolify/source/.env
sort -u -t '=' -k 1,1 /data/coolify/source/.env /data/coolify/source/.env.production | sed '/^$/d' > /data/coolify/source/.env
# Generate an ssh key (ed25519) at /data/coolify/ssh/keys/id.root@host.docker.internal
if [ ! -f /data/coolify/ssh/keys/id.root@host.docker.internal ]; then