mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Finding an available port
This commit is contained in:
parent
55968fce5f
commit
5fa1972f44
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url
|
|||
#=================================================
|
||||
# DEFAULT SETTINGS
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring firewall..."
|
||||
ynh_script_progression --message="Finding an available port..."
|
||||
|
||||
port=$(ynh_find_port --port=9876)
|
||||
salt=$(ynh_string_random 40)
|
||||
|
|
Loading…
Add table
Reference in a new issue