1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00

Update ynh_install_php

This commit is contained in:
yalh76 2021-03-12 14:33:07 +01:00
parent 51e172510c
commit e31fb220fd

View file

@ -79,7 +79,7 @@ ynh_use_php () {
# Sets the local application-specific PHP version
pushd $final_path
$php_version_path/$php_version/bin/phpenv local $php_version
$phpenv_install_dir/bin/phpenv local $php_version
popd
}