My god, please no, there's no damn jessie anymore

This commit is contained in:
Alexandre Aubin 2020-09-23 22:45:26 +02:00
parent f2b6a883a8
commit 14e8888078

View file

@ -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"