1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/homeassistant_ynh.git synced 2024-09-03 19:26:16 +02:00

Remove ynh_exec_fully_quiet

This commit is contained in:
ewilly 2022-12-19 12:16:25 +01:00
parent d20e6f4a89
commit d8b76e3aa5
2 changed files with 3 additions and 3 deletions

View file

@ -116,7 +116,7 @@ chown -R $app: "$data_path"
# installation in a virtual environment
ynh_script_progression --message="Installing Home Assistant in a virtual environment..."
ynh_exec_fully_quiet myynh_install_homeassistant
myynh_install_homeassistant
#=================================================
# NGINX CONFIGURATION

View file

@ -77,8 +77,8 @@ then
ynh_script_progression --message="Upgrading source files..."
myynh_install_python --python="$py_required_version"
ynh_exec_fully_quiet myynh_upgrade_venv_directory
ynh_exec_fully_quiet myynh_install_homeassistant
myynh_upgrade_venv_directory
myynh_install_homeassistant
fi
#=================================================