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:
parent
16829653ee
commit
51e172510c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue