From 0c7e103e4b8b3fea6ac15d5b9cac0e463603c751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sun, 24 Mar 2019 22:08:13 +0100 Subject: [PATCH] Wait after the upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index b671097..d81cf68 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -219,7 +219,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 #================================================= # RELOAD NGINX