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:
parent
c6e1d2eff3
commit
50694890c5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue