From 21b3f33146491a06b1471142c2797e22c0484da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 28 Nov 2020 18:57:19 +0100 Subject: [PATCH] Fix ynh_systemd_action in upgrade process --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 89cd63f..2199c12 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -121,7 +121,7 @@ fi restart_gitea() { # Set permissions set_permission - ynh_systemd_action -l "Serving \[::\]:$port with pid" -p "systemd" + ynh_systemd_action -l "Starting new server: tcp:127.0.0.1:" -p "/var/log/$app/gitea.log" -t 30 # Leave the time to update the database schema sleep 5 systemctl stop $app