mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
Do not use 'yunohost app setting'
This commit is contained in:
parent
ede99187d0
commit
7b26efa6c7
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ ynh_cleanup_php () {
|
|||
local required_php_versions=""
|
||||
for installed_app in $installed_apps
|
||||
do
|
||||
local installed_app_php_version=$(yunohost app setting $installed_app php_version)
|
||||
local installed_app_php_version=$(ynh_app_setting_get --app=$installed_app --key="php_version")
|
||||
if [[ $installed_app_php_version ]]
|
||||
then
|
||||
required_php_versions="${installed_app_php_version}\n${required_php_versions}"
|
||||
|
|
Loading…
Add table
Reference in a new issue