1
0
Fork 0
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:
dragondaddy 2023-11-14 01:03:26 +01:00
parent b1cca218bb
commit 65f81e2276
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#================================================= #=================================================
YNH_COMPOSER_VERSION="2.5.8" YNH_COMPOSER_VERSION="2.5.8"
YNH_PHP_VERSION="8.2"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -15,7 +15,7 @@ ynh_abort_if_errors
# RETRIEVE ARGUMENTS # 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) current_fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint)
#================================================= #=================================================