Fix webhooks service name
This commit is contained in:
parent
eacbc7d0b2
commit
d8f6733645
1 changed files with 2 additions and 2 deletions
|
@ -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?"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue