1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchpotato_ynh.git synced 2024-09-03 18:16:22 +02:00

Fix warnings

This commit is contained in:
yalh76 2021-08-15 15:53:03 +02:00
parent 3c57e58bc6
commit 5f17506e71

View file

@ -188,7 +188,7 @@ ynh_install_python () {
# Install the requested version of Python
local final_python_version=$(pyenv latest --print $python_version)
ynh_print_info --message="Installation of Python-$python_version"
pyenv install --skip-existing $final_python_version > /dev/null 2>&1
ynh_exec_warn_less pyenv install --skip-existing $final_python_version > /dev/null 2>&1
# Store python_version into the config of this app
ynh_app_setting_set --app=$YNH_APP_INSTANCE_NAME --key=python_version --value=$python_version