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:
parent
51e172510c
commit
e31fb220fd
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ynh_use_php () {
|
||||||
|
|
||||||
# Sets the local application-specific PHP version
|
# Sets the local application-specific PHP version
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
$php_version_path/$php_version/bin/phpenv local $php_version
|
$phpenv_install_dir/bin/phpenv local $php_version
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue