|
|
|
@ -180,7 +180,7 @@ ynh_system_user_create --username=$app |
|
|
|
ynh_script_progression --message="Upgrading php-fpm configuration..." --weight=2 |
|
|
|
|
|
|
|
# Recreate a dedicated php-fpm config |
|
|
|
ynh_add_fpm_config --phpversion="$YNH_PHP_VERSION" --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_pkg_dependencies" |
|
|
|
ynh_add_fpm_config --phpversion="$YNH_PHP_VERSION" --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_php_dependencies" |
|
|
|
|
|
|
|
# Delete existing ini configuration file (backward compatibility) |
|
|
|
if [ -f /etc/php/$YNH_PHP_VERSION/fpm/conf.d/20-$app.ini ]; then |
|
|
|
|