Fixed the bash script to reflect the change in the location of galaxy amq listener script

This commit is contained in:
Ramkrishna Chakrabarty
2009-11-04 13:52:13 -05:00
parent 1c4070ea92
commit e3e72650bb
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
cd `dirname $0`
python scripts/galaxy_messaging/amqp_consumer.py >> galaxy_listener.log 2>&1
python scripts/galaxy_messaging/server/amqp_consumer.py >> galaxy_listener.log 2>&1