From 5ba0a9cecd9a0a3a107c019984860462d8d9639e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Jun 2021 09:25:39 +0200 Subject: [PATCH] Fix --- scripts/install | 2 -- scripts/upgrade | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 1416494..1394d18 100755 --- a/scripts/install +++ b/scripts/install @@ -118,8 +118,6 @@ ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$f #================================================= ynh_script_progression --message="Modifying a config file..." -random_key="$random_key" - ynh_add_config --template="../conf/.env" --destination="$final_path/.env" chmod 400 "$final_path/.env" diff --git a/scripts/upgrade b/scripts/upgrade index 11269e1..3a6d1ef 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -190,8 +190,6 @@ ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$f #================================================= ynh_script_progression --message="Modifying a config file..." -random_key="$random_key" - ynh_add_config --template="../conf/.env" --destination="$final_path/.env" chmod 400 "$final_path/.env"