ericgaspar 4 gadi atpakaļ
vecāks
revīzija
f8ad91f09f
3 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 0 1
      conf/app.src
  2. 0 1
      manifest.json
  3. 3 0
      scripts/restore

+ 0 - 1
conf/app.src

@@ -3,5 +3,4 @@ SOURCE_SUM=3a6e61be215f11948e5283caf8c8b50e62767b84afb478f47ae7240dd588f026
 SOURCE_SUM_PRG=sha256sum
 SOURCE_FORMAT=zip
 SOURCE_IN_SUBDIR=true
-SOURCE_FILENAME=
 SOURCE_EXTRACT=true

+ 0 - 1
manifest.json

@@ -13,7 +13,6 @@
         "website": "https://prestashop.com",
         "demo": "https://demo.prestashop.com/#/en/front",
         "admindoc": "https://yunohost.org/packaging_apps",
-        "userdoc": "https://yunohost.org/apps",
         "code": "https://github.com/PrestaShop/PrestaShop"
     },
     "license": "OSL-3.0",

+ 3 - 0
scripts/restore

@@ -73,6 +73,9 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weig
 
 ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
 
+# Recreate a dedicated PHP-FPM config
+ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencies"
+
 #=================================================
 # RESTORE THE MYSQL DATABASE
 #=================================================