1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matomo_ynh.git synced 2024-09-03 19:45:56 +02:00
This commit is contained in:
Éric Gaspar 2023-03-20 18:11:06 +01:00
parent 618b45d3fb
commit b1d4d56b8b
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=3
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================
# NGINX CONFIGURATION

View file

@ -15,6 +15,8 @@ source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
email=$(ynh_user_get_info --username=$admin --key=mail)
#=================================================
# ENSURE DOWNWARD COMPATIBILITY
#=================================================