Browse Source

Remove temp fix, bump ynh requirement

Kay0u 4 years ago
parent
commit
5cc3670440
6 changed files with 1 additions and 6 deletions
  1. 1 1
      manifest.json
  2. 0 1
      scripts/actions/reset_default_system
  3. 0 1
      scripts/config
  4. 0 1
      scripts/install
  5. 0 1
      scripts/restore
  6. 0 1
      scripts/upgrade

+ 1 - 1
manifest.json

@@ -18,7 +18,7 @@
         "email": "maniackc_dev@crudelis.fr"
         "email": "maniackc_dev@crudelis.fr"
     }],
     }],
     "requirements": {
     "requirements": {
-        "yunohost": ">= 4.2"
+        "yunohost": ">= 4.2.7"
     },
     },
     "multi_instance": false,
     "multi_instance": false,
     "services": [
     "services": [

+ 0 - 1
scripts/actions/reset_default_system

@@ -8,7 +8,6 @@
 
 
 source scripts/_common.sh
 source scripts/_common.sh
 source /usr/share/yunohost/helpers
 source /usr/share/yunohost/helpers
-source _ynh_add_fpm_config.sh
 
 
 #=================================================
 #=================================================
 # MANAGE SCRIPT FAILURE
 # MANAGE SCRIPT FAILURE

+ 0 - 1
scripts/config

@@ -8,7 +8,6 @@
 
 
 source _common.sh
 source _common.sh
 source /usr/share/yunohost/helpers
 source /usr/share/yunohost/helpers
-source _ynh_add_fpm_config.sh
 
 
 #=================================================
 #=================================================
 # RETRIEVE ARGUMENTS
 # RETRIEVE ARGUMENTS

+ 0 - 1
scripts/install

@@ -11,7 +11,6 @@ source _variables
 
 
 source _common.sh
 source _common.sh
 source /usr/share/yunohost/helpers
 source /usr/share/yunohost/helpers
-source _ynh_add_fpm_config.sh
 
 
 #=================================================
 #=================================================
 # MANAGE FAILURE OF THE SCRIPT
 # MANAGE FAILURE OF THE SCRIPT

+ 0 - 1
scripts/restore

@@ -11,7 +11,6 @@ source ../settings/scripts/_variables
 
 
 source ../settings/scripts/_common.sh
 source ../settings/scripts/_common.sh
 source /usr/share/yunohost/helpers
 source /usr/share/yunohost/helpers
-source ../settings/scripts/_ynh_add_fpm_config.sh
 
 
 #=================================================
 #=================================================
 # MANAGE SCRIPT FAILURE
 # MANAGE SCRIPT FAILURE

+ 0 - 1
scripts/upgrade

@@ -11,7 +11,6 @@ source _variables
 
 
 source _common.sh
 source _common.sh
 source /usr/share/yunohost/helpers
 source /usr/share/yunohost/helpers
-source _ynh_add_fpm_config.sh
 
 
 #=================================================
 #=================================================
 # LOAD SETTINGS
 # LOAD SETTINGS