diff --git a/scripts/remove b/scripts/remove index 45696e1..5a7b24f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -49,9 +49,8 @@ ynh_remove_nginx_config #================================================= ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=3 -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" - -ynh_add_fpm_config --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies" +# Remove the dedicated php-fpm config +ynh_remove_fpm_config #================================================= # GENERIC FINALIZATION