1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

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" ynh_install_app_dependencies "php${phpversion}-fpm"
fi fi
if [ $with_mysql -eq 1 ]
then
ynh_install_app_dependencies "php${phpversion}-mysql"
fi
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================