From 6a5385780269286365c0a1c997ff26a8706dda8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 May 2024 17:00:27 +0200 Subject: [PATCH] fix --- scripts/install | 6 ------ scripts/upgrade | 7 ------- 2 files changed, 13 deletions(-) diff --git a/scripts/install b/scripts/install index 0bce2d1..1cefa62 100644 --- a/scripts/install +++ b/scripts/install @@ -9,12 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# RETRIEVE ARGUMENTS FROM THE MANIFEST -#================================================= - -email=$(ynh_user_get_info --username=$admin --key=mail) - #================================================= # CREATE A SANDBOX DOMAIN #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 3aa4013..3be642b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -9,13 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -#================================================= -# LOAD SETTINGS -#================================================= -ynh_script_progression --message="Loading installation settings..." --weight=1 - -email=$(ynh_user_get_info --username=$admin --key=mail) - #================================================= # UPGRADE DEPENDENCIES #=================================================