From f8ad91f09fc6d92a6201989b567234e1f107adac Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 28 Sep 2021 12:49:44 +0200 Subject: [PATCH] Fix --- conf/app.src | 1 - manifest.json | 1 - scripts/restore | 3 +++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 678cd9a..e96b474 100644 --- a/conf/app.src +++ b/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 diff --git a/manifest.json b/manifest.json index b555682..0e8f73b 100644 --- a/manifest.json +++ b/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", diff --git a/scripts/restore b/scripts/restore index 4042fc7..43e596b 100644 --- a/scripts/restore +++ b/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 #=================================================