mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
commit
6ad50b3917
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Release to install
|
# Release to install
|
||||||
VERSION=2021.4.6
|
VERSION=2021.6.5
|
||||||
|
|
||||||
# Package dependencies
|
# Package dependencies
|
||||||
PKG_DEPENDENCIES="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5"
|
PKG_DEPENDENCIES="python3 python3-dev python3-venv python3-pip libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5"
|
||||||
|
|
|
@ -32,8 +32,7 @@ ynh_webpath_available --domain="$domain" --path_url="$path_url" || ynh_die "$dom
|
||||||
|
|
||||||
ynh_script_progression --message="Restoring the port and opening it..."
|
ynh_script_progression --message="Restoring the port and opening it..."
|
||||||
# restore port
|
# restore port
|
||||||
[ $port -eq $(ynh_find_port $port) ] || ynh_die "$port is not available, please use an other port"
|
ynh_exec_warn_less yunohost firewall allow TCP $port
|
||||||
ynh_exec_fully_quiet yunohost firewall allow TCP $port
|
|
||||||
|
|
||||||
ynh_script_progression --message="Restoring dedicated user, rights and folders..."
|
ynh_script_progression --message="Restoring dedicated user, rights and folders..."
|
||||||
# restore dedicated system user
|
# restore dedicated system user
|
||||||
|
|
Loading…
Add table
Reference in a new issue