1
0
Fork 0

Fix webhooks service name

This commit is contained in:
Félix Piédallu 2024-09-13 20:48:02 +02:00 committed by Félix Piédallu
parent eacbc7d0b2
commit d8f6733645

View file

@ -49,9 +49,9 @@ git_pull_and_restart_services() {
update_venv update_venv
systemctl restart webhooks systemctl restart yunohost_app_webhooks
sleep 3 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?"
} }