mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Fix upgrade with overwrite
This commit is contained in:
parent
9efa200f29
commit
b84f8fa5af
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ portSidekiq=$(ynh_app_setting_get "$app" sidekiq_port)
|
|||
architecture=$(ynh_app_setting_get "$app" architecture)
|
||||
unicorn_worker_processes=$(ynh_app_setting_get "$app" unicorn_worker_processes)
|
||||
client_max_body_size=$(ynh_app_setting_get "$app" client_max_body_size)
|
||||
overwrite_nginx=$(ynh_app_setting_get "$app" overwrite_nginx)
|
||||
overwrite_gitlab_config=$(ynh_app_setting_get "$app" overwrite_gitlab_config)
|
||||
|
||||
#=================================================
|
||||
# ENSURE DOWNWARD COMPATIBILITY
|
||||
|
|
Loading…
Reference in a new issue