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"