From 5cc36704402d1ce815fe288a82bc0e64425cba32 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 9 Aug 2021 17:46:59 +0200 Subject: [PATCH] Remove temp fix, bump ynh requirement --- manifest.json | 2 +- scripts/actions/reset_default_system | 1 - scripts/config | 1 - scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index bc8dd25..8da8fb2 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ "email": "maniackc_dev@crudelis.fr" }], "requirements": { - "yunohost": ">= 4.2" + "yunohost": ">= 4.2.7" }, "multi_instance": false, "services": [ diff --git a/scripts/actions/reset_default_system b/scripts/actions/reset_default_system index 98c719c..c760535 100755 --- a/scripts/actions/reset_default_system +++ b/scripts/actions/reset_default_system @@ -8,7 +8,6 @@ source scripts/_common.sh source /usr/share/yunohost/helpers -source _ynh_add_fpm_config.sh #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/config b/scripts/config index 4a29c5b..fef8388 100644 --- a/scripts/config +++ b/scripts/config @@ -8,7 +8,6 @@ source _common.sh source /usr/share/yunohost/helpers -source _ynh_add_fpm_config.sh #================================================= # RETRIEVE ARGUMENTS diff --git a/scripts/install b/scripts/install index 620da12..6beb5fa 100644 --- a/scripts/install +++ b/scripts/install @@ -11,7 +11,6 @@ source _variables source _common.sh source /usr/share/yunohost/helpers -source _ynh_add_fpm_config.sh #================================================= # MANAGE FAILURE OF THE SCRIPT diff --git a/scripts/restore b/scripts/restore index d76a18c..2d7391d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -11,7 +11,6 @@ source ../settings/scripts/_variables source ../settings/scripts/_common.sh source /usr/share/yunohost/helpers -source ../settings/scripts/_ynh_add_fpm_config.sh #================================================= # MANAGE SCRIPT FAILURE diff --git a/scripts/upgrade b/scripts/upgrade index f7989cc..b31b189 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -11,7 +11,6 @@ source _variables source _common.sh source /usr/share/yunohost/helpers -source _ynh_add_fpm_config.sh #================================================= # LOAD SETTINGS