config.proto: Update path to the notification script

As of commit 3718860 (Make maintenance scripts installable, 2016-10-17),
the notification script is installed as aurweb-notify. Update the
sample configuration file accordingly.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2017-01-25 18:40:38 +01:00
parent 1ed8471182
commit b8df10e227

View file

@ -34,7 +34,7 @@ enable-maintenance = 1
maintenance-exceptions = 127.0.0.1
[notifications]
notify-cmd = /srv/http/aurweb/scripts/notify.py
notify-cmd = /usr/local/bin/aurweb-notify
sendmail = /usr/bin/sendmail
sender = notify@aur.archlinux.org
reply-to = noreply@aur.archlinux.org