mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
Fix upgrade
This commit is contained in:
parent
cc99f95fc2
commit
4457e3d7f6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ynh_script_progression --message="Upgrading dependencies..."
|
|||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
ynh_install_php --php_version=$php_version
|
||||
YNH_PHP_VERSION=$(ynh_app_setting_get --app=$app --key=php_version)
|
||||
php_version=$(ynh_app_setting_get --app=$app --key=php_version)
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue