mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Update install
This commit is contained in:
parent
36fd4bb11a
commit
470fae0eca
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
|||
|
||||
# Find an available port
|
||||
turn_port=$(ynh_find_port --port=1194)
|
||||
ynh_app_setting_set --app=$app --key=port --value=$turn_port
|
||||
ynh_app_setting_set --app=$app --key=turn_port --value=$turn_port
|
||||
|
||||
# Open the ports
|
||||
ynh_script_progression --message="Configuring firewall..." --weight=1
|
||||
|
|
Loading…
Add table
Reference in a new issue