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

fix phpenv not found

This commit is contained in:
yalh76 2021-03-12 08:10:51 +01:00
parent 16829653ee
commit 51e172510c

View file

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