diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index c41d8ddfd..28d80f84d 100755 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -122,7 +122,7 @@ while IFS= read -r line; do python3 /env.py fi # set .env - echo "$line" >> /.env || true + echo "$KEYS=$VALUE" >> /.env || true mkdir -p /etc echo "$KEYS=$VALUE" >> /etc/environmemt # Export to scripts