1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

Missing phpversion for ynh_add_fpm_config

This commit is contained in:
yalh76 2020-04-16 20:22:27 +02:00
parent a61bf18c05
commit 7323629313
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Configuring php-fpm..."
# Create a dedicated php-fpm config
ynh_add_fpm_config
ynh_add_fpm_config --phpversion="7.3"
#=================================================
# SPECIFIC SETUP

View file

@ -150,7 +150,7 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Upgrading php-fpm configuration..." --weight=2
# Create a dedicated php-fpm config
ynh_add_fpm_config
ynh_add_fpm_config --phpversion="7.3"
#=================================================
# SPECIFIC UPGRADE