From 24c77e99914f7f528e9a8a6043063c520f30840b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Jun 2021 15:47:48 +0200 Subject: [PATCH] Update restore --- scripts/restore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index f089a84..51f8653 100755 --- a/scripts/restore +++ b/scripts/restore @@ -75,7 +75,11 @@ chown -R $app:www-data "$final_path" # RESTORE THE PHP-FPM CONFIGURATION #================================================= -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +#ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" + + +# Create a dedicated PHP-FPM config +ynh_add_fpm_config --package="$extra_php_dependencies" #================================================= # REINSTALL DEPENDENCIES