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:
parent
35b27d41ae
commit
412feae69d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue