This commit is contained in:
Andras Bacsai
2023-06-12 14:54:46 +02:00
parent ef920088b1
commit 0c4a9c6fad
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 /data/coolify/source/.env.production | 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.temp && mv /data/coolify/source/.env.temp /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