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