From 14e8888078c760f2cc51c954a90321d0e25c3e51 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 23 Sep 2020 22:45:26 +0200 Subject: [PATCH] My god, please no, there's no damn jessie anymore --- data/helpers.d/php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/data/helpers.d/php b/data/helpers.d/php index c538d8688..5df31f32b 100644 --- a/data/helpers.d/php +++ b/data/helpers.d/php @@ -111,12 +111,6 @@ ynh_add_fpm_config () { local fpm_service="php${phpversion}-fpm" local fpm_config_dir="/etc/php/$phpversion/fpm" fi - # Configure PHP-FPM 5 on Debian Jessie - if [ "$(ynh_get_debian_release)" == "jessie" ] - then - fpm_config_dir="/etc/php5/fpm" - fpm_service="php5-fpm" - fi # Create the directory for FPM pools mkdir --parents "$fpm_config_dir/pool.d"