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
69856b6477
commit
d714e36573
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ ynh_app_setting_set --app=$app --key=language --value=$language
|
|||
ynh_script_progression --message="Configuring firewall..." --time --weight=1
|
||||
|
||||
# Find an available port
|
||||
port=$(ynh_find_port --port=8095)
|
||||
port=$(ynh_find_port --port=8443)
|
||||
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||
|
||||
# Optional: Expose this port publicly
|
||||
|
|
Loading…
Add table
Reference in a new issue