1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

[enh] Dynamic $php_version

This commit is contained in:
tituspijean 2019-09-23 17:59:36 +02:00
parent c6e1d2eff3
commit 50694890c5
2 changed files with 2 additions and 2 deletions

View file

@ -95,7 +95,7 @@ ynh_script_progression --message="Installing dependencies..." --time --weight=1
### - As well as the section "REINSTALL DEPENDENCIES" in the restore script
### - And the section "UPGRADE DEPENDENCIES" in the upgrade script
ynh_install_php --phpversion=7.3 --package="$pkg_dependencies"
ynh_install_php --phpversion=${php_version} --package="$pkg_dependencies"
#===================================================
# CREATE DEDICATED USER

View file

@ -121,7 +121,7 @@ ynh_add_nginx_config
#=================================================
ynh_script_progression --message="Upgrading dependencies..." --time --weight=1
ynh_install_php --phpversion=7.3 --package="$pkg_dependencies"
ynh_install_php --phpversion=${php_version} --package="$pkg_dependencies"
#=================================================
# CREATE DEDICATED USER