From 6317e6e6e82561c34a6ceedaf302fa828bc27e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Sep 2023 15:17:14 +0200 Subject: [PATCH] fix --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 2908388..3e7e6f1 100755 --- a/scripts/install +++ b/scripts/install @@ -150,7 +150,7 @@ chmod 400 "$final_path/config/packages/local.yaml" chown $app:$app "$final_path/config/packages/local.yaml" # Configure environement -ynh_add_config --template="../conf/.env.$database" --destination="$final_path/.env" +ynh_add_config --template="../conf/.env" --destination="$final_path/.env" chmod 400 "$final_path/.env" chown $app:$app "$final_path/.env" diff --git a/scripts/upgrade b/scripts/upgrade index c6dd505..404da91 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -180,7 +180,7 @@ chmod 400 "$final_path/config/packages/local.yaml" chown $app:$app "$final_path/config/packages/local.yaml" # Configure environement -ynh_add_config --template="../conf/.env.$database" --destination="$final_path/.env" +ynh_add_config --template="../conf/.env" --destination="$final_path/.env" chmod 400 "$final_path/.env" chown $app:$app "$final_path/.env"