Merge pull request #132 from YunoHost-Apps/testing
Finding an available port
This commit is contained in:
commit
50ef75a852
@ -6,7 +6,7 @@
|
||||
"en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.",
|
||||
"fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown."
|
||||
},
|
||||
"version": "2.5.170~ynh1",
|
||||
"version": "2.5.170~ynh2",
|
||||
"url": "https://wiki.js.org/",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
|
@ -60,7 +60,7 @@ ynh_app_setting_set --app=$app --key=ldap_password --value=$ldap_password
|
||||
#=================================================
|
||||
# FIND AND OPEN A PORT
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring firewall..."
|
||||
ynh_script_progression --message="Finding an available port..."
|
||||
|
||||
# Find an available port
|
||||
port=$(ynh_find_port --port=8095)
|
||||
|
Loading…
x
Reference in New Issue
Block a user