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

Update install

This commit is contained in:
liberodark 2019-04-10 11:47:28 +02:00 committed by GitHub
parent 9d82d51b98
commit 2db8572cd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ ynh_install_app_dependencies cockpit
# Find a free port
port=$(ynh_find_port 9090)
# Open this port
yunohost firewall allow --no-upnp TCP $port 2>&1
#yunohost firewall allow --no-upnp TCP $port 2>&1
ynh_app_setting_set $app port $port
#=================================================