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:
parent
5de029a40f
commit
4f25715b8c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue