1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Merge pull request #30 from YunoHost-Apps/testing

Finding an available port
This commit is contained in:
Éric Gaspar 2021-01-18 10:34:38 +01:00 committed by GitHub
commit 79bf455914
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"en": "Web IRC client", "en": "Web IRC client",
"fr": "Client Web IRC" "fr": "Client Web IRC"
}, },
"version": "4.2.0~ynh2", "version": "4.2.0~ynh3",
"url": "https://thelounge.chat/", "url": "https://thelounge.chat/",
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {

View file

@ -55,7 +55,7 @@ ynh_app_setting_set --app=$app --key=config_path --value=$config_path
#================================================= #=================================================
# FIND AND OPEN A PORT # FIND AND OPEN A PORT
#================================================= #=================================================
ynh_script_progression --message="Configuring firewall..." ynh_script_progression --message="Finding an available port..."
# Find an available port # Find an available port
port=$(ynh_find_port 9000) port=$(ynh_find_port 9000)