1
0
Fork 0
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:
yalh76 2021-03-14 00:48:39 +01:00
parent cf0812e408
commit c8ceae6017

View file

@ -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}"