From d8f67336451e5ab677a6511ae145b458f104ccf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 13 Sep 2024 20:48:02 +0200 Subject: [PATCH] Fix webhooks service name --- maintenance.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance.sh b/maintenance.sh index a6f4a66..acd4ea8 100755 --- a/maintenance.sh +++ b/maintenance.sh @@ -49,9 +49,9 @@ git_pull_and_restart_services() { update_venv - systemctl restart webhooks + systemctl restart yunohost_app_webhooks sleep 3 - systemctl --quiet is-active webhooks || sendxmpppy "[autoreadme] Uhoh, failed to (re)start the autoreadme service?" + systemctl --quiet is-active yunohost_app_webhooks || sendxmpppy "[autoreadme] Uhoh, failed to (re)start the autoreadme service?" }