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