diff --git a/scripts/change_url b/scripts/change_url index aff2950..300d985 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -131,7 +131,7 @@ fi ynh_print_info "Waiting for gitlab..." # Action status to just wait the service -ynh_systemd_action --action=status --service_name="gitlab-runsvdir" --log_path="/var/log/$app/unicorn/current" --timeout=3600 +ynh_systemd_action --action=status --service_name="gitlab-runsvdir" --log_path="/var/log/$app/unicorn/current" --line_match="unicorn master" --timeout=3600 #================================================= # GENERIC FINALISATION diff --git a/scripts/restore b/scripts/restore index 4fc8e06..bf1e91f 100644 --- a/scripts/restore +++ b/scripts/restore @@ -135,7 +135,7 @@ yunohost service add "gitlab-runsvdir" --log "/var/log/$app/gitlab-rails/applica #================================================= ynh_print_info "Waiting for gitlab..." -ynh_systemd_action --action=restart --service_name="gitlab-runsvdir" --log_path="/var/log/$app/unicorn/current" --timeout=3600 +ynh_systemd_action --action=restart --service_name="gitlab-runsvdir" --log_path="/var/log/$app/unicorn/current" --line_match="unicorn master" --timeout=3600 #================================================= # RELOAD NGINX