1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

if i make 2 call of ynh_find_port for 2 different need, will not work!

This commit is contained in:
kam 2017-06-29 10:04:25 +02:00
parent 8094273c58
commit 702b8692c2
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"url": "http://example.com"
},
"requirements": {
"yunohost": ">> 2.4.0"
"yunohost": ">> 2.6.0"
},
"multi_instance": true,
"services": [

View file

@ -29,7 +29,7 @@ ynh_app_setting_set "$app" is_public "$is_public"
mailadmin=$(ynh_user_get_info $admin mail)
portNginx=$(ynh_find_port 8080)
portUnicorn=$(ynh_find_port 8080)
portUnicorn=$(ynh_find_port 9080)
rdmPass=$(ynh_string_random 30)
# Check domain/path availability