mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
port_puma => puma_port
This commit is contained in:
parent
c4173976b1
commit
f7b0b88833
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ ynh_script_progression --message="Find internal port..." --weight=1
|
|||
# Find free ports
|
||||
port=$(ynh_find_port --port=8080)
|
||||
puma_port=$(ynh_find_port --port=$(($port + 1)))
|
||||
sidekiq_port=$(ynh_find_port --port=$(($port_puma + 1)))
|
||||
sidekiq_port=$(ynh_find_port --port=$(($puma_port + 1)))
|
||||
|
||||
ynh_app_setting_set --app=$app --key=web_port --value=$port
|
||||
ynh_app_setting_set --app=$app --key=puma_port --value=$puma_port
|
||||
|
|
Loading…
Add table
Reference in a new issue