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:
parent
d20e6f4a89
commit
d8b76e3aa5
2 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ chown -R $app: "$data_path"
|
||||||
|
|
||||||
# installation in a virtual environment
|
# installation in a virtual environment
|
||||||
ynh_script_progression --message="Installing Home Assistant 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
|
# NGINX CONFIGURATION
|
||||||
|
|
|
@ -77,8 +77,8 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
ynh_script_progression --message="Upgrading source files..."
|
||||||
|
|
||||||
myynh_install_python --python="$py_required_version"
|
myynh_install_python --python="$py_required_version"
|
||||||
ynh_exec_fully_quiet myynh_upgrade_venv_directory
|
myynh_upgrade_venv_directory
|
||||||
ynh_exec_fully_quiet myynh_install_homeassistant
|
myynh_install_homeassistant
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue