From 04baeb5c786d60eddbcfcaf2ea84997e5f1090ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 29 Sep 2023 16:48:12 +0200 Subject: [PATCH] Update install --- scripts/install | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/install b/scripts/install index de83166..a6cdd43 100755 --- a/scripts/install +++ b/scripts/install @@ -21,13 +21,6 @@ csrf_key=$(ynh_string_random --length=50) #================================================= ynh_script_progression --message="Storing installation settings..." --weight=1 -ynh_app_setting_set --app=$app --key=project_name --value=$project_name -ynh_app_setting_set --app=$app --key=contact_url --value=$contact_url -ynh_app_setting_set --app=$app --key=logo --value=$logo -ynh_app_setting_set --app=$app --key=favicon --value=$favicon -ynh_app_setting_set --app=$app --key=publishable_key --value=$publishable_key -ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key -ynh_app_setting_set --app=$app --key=prices --value=$prices ynh_app_setting_set --app=$app --key=secret --value=$secret ynh_app_setting_set --app=$app --key=csrf_key --value=$csrf_key