mirror of
https://github.com/YunoHost-Apps/jupyterlab_ynh.git
synced 2024-09-03 19:26:35 +02:00
Update install
This commit is contained in:
parent
7b34f0705c
commit
eda5597a90
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ port=$(ynh_find_port --port=8080)
|
|||
port_hub=$(ynh_find_port --port=$(($port + 1)))
|
||||
port_http_proxy=$(ynh_find_port --port=$(($port_hub + 1)))
|
||||
|
||||
# Open this port
|
||||
#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port
|
||||
#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port_hub
|
||||
#ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $port_http_proxy
|
||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||
ynh_app_setting_set --app=$app --key=port_hub --value=$port_hub
|
||||
ynh_app_setting_set --app=$app --key=port_http_proxy --value=$port_http_proxy
|
||||
|
|
Loading…
Reference in a new issue