Update upgrade

This commit is contained in:
Éric Gaspar 2022-08-28 14:14:24 +02:00
parent 5de029a40f
commit 4f25715b8c
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -132,6 +132,11 @@ then
ynh_install_app_dependencies "php${phpversion}-fpm"
fi
if [ $with_mysql -eq 1 ]
then
ynh_install_app_dependencies "php${phpversion}-mysql"
fi
#=================================================
# NGINX CONFIGURATION
#=================================================