summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2017-01-25 18:40:38 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-01-25 18:42:34 +0100
commitb8df10e22732fd678a6d30e2bf4ac5eb14cf898e (patch)
treecc8283ec5776bc77e4974606d2057b848491600c
parent1ed847118222c72c1f97c8217bfce6d29bb99f51 (diff)
downloadaur-b8df10e22732fd678a6d30e2bf4ac5eb14cf898e.tar.gz
aur-b8df10e22732fd678a6d30e2bf4ac5eb14cf898e.tar.xz
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>
-rw-r--r--conf/config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.proto b/conf/config.proto
index 431697e2..c1be2816 100644
--- a/conf/config.proto
+++ b/conf/config.proto
@@ -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