From 893f4022df2a7094f656ea73c4f30540e7ecc49b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 13 May 2023 08:11:42 +0200 Subject: [PATCH] Update install --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index f3c008a..a553695 100644 --- a/scripts/install +++ b/scripts/install @@ -15,12 +15,6 @@ source /usr/share/yunohost/helpers # Retrieve arguments key=$(ynh_string_random) - -#================================================= -# STORE SETTINGS FROM MANIFEST -#================================================= -ynh_script_progression --message="Storing installation settings..." --weight=1 - ynh_app_setting_set --app=$app --key=key --value=$key #=================================================