From 94e65508b7a86c7d222e054ca1acb73c737f7926 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 26 Feb 2023 13:06:06 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- .templates/90-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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