mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
We set phpversion in _common.sh
This commit is contained in:
parent
b1cca218bb
commit
65f81e2276
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
#=================================================
|
||||
|
||||
YNH_COMPOSER_VERSION="2.5.8"
|
||||
YNH_PHP_VERSION="8.2"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -15,7 +15,7 @@ ynh_abort_if_errors
|
|||
# RETRIEVE ARGUMENTS
|
||||
#=================================================
|
||||
|
||||
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||
phpversion="$YNH_PHP_VERSION"
|
||||
current_fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue