From c1b790d3dc07d09340a76bbeaa2f3a1ccde9273d Mon Sep 17 00:00:00 2001
From: GraceDB User <gracedb@nfs0001.nemo.phys.uwm.edu>
Date: Wed, 30 Nov 2011 16:19:05 -0600
Subject: [PATCH] updated lvalert_send path

---
 gracedb/alert.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gracedb/alert.py b/gracedb/alert.py
index b21e1987d..3399ed912 100644
--- a/gracedb/alert.py
+++ b/gracedb/alert.py
@@ -129,7 +129,7 @@ def issueXMPPAlert(event, location, temp_data_loc, alert_type="new", description
          "--file=-",
          "--node=%s" % nodename,
         ],
-        executable="/opt/lscsoft/glue/bin/lvalert_send",
+        executable="/usr/bin/lvalert_send",
         stdin=PIPE,
         stdout=null,
         stderr=STDOUT,
-- 
GitLab