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

update port

This commit is contained in:
liberodark 2019-01-04 16:36:22 +01:00
parent 35b27d41ae
commit 412feae69d

View file

@ -76,7 +76,7 @@ ynh_app_setting_set $app is_public $is_public
### - Remove the section "CLOSE A PORT" in the remove script
# Find a free port
port=$(ynh_find_port 8096)
port=$(ynh_find_port 5657)
# Open this port
yunohost firewall allow --no-upnp TCP $port 2>&1
ynh_app_setting_set $app port $port