diff --git a/scripts/upgrade b/scripts/upgrade index c09442e..2f1e300 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -300,7 +300,7 @@ fi if [ "$upgrade_type" == "UPGRADE_APP" ] then - ynh_script_progression --message="Waiting for gitlab..." --weight=15 + ynh_script_progression --message="Restarting gitlab..." --weight=15 ynh_systemd_action --action=restart --service_name="gitlab-runsvdir" --log_path="/var/log/$app/unicorn/current" --line_match="adopted" --timeout=300 fi