From f87b1b77c753330ec1792efb542edc32e69605fa Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 27 Feb 2023 23:13:28 +0100 Subject: [PATCH] fix --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 237c0ee..7125ff2 100755 --- a/scripts/install +++ b/scripts/install @@ -50,11 +50,7 @@ popd ynh_script_progression --message="Installing service script..." --weight=1 key=$(ynh_string_random --length=45 | base64) -redis_db=$(ynh_redis_get_free_db) - ynh_app_setting_set --app=$app --key=key --value=$key -ynh_app_setting_set --app=$app --key=redis_db --value=$redis_db - ynh_add_config --template="../conf/.env.production" --destination="$install_dir/.env"