From e3e72650bb430fe91c494ab79457c1b59318eebe Mon Sep 17 00:00:00 2001 From: Ramkrishna Chakrabarty Date: Wed, 4 Nov 2009 13:52:13 -0500 Subject: [PATCH] Fixed the bash script to reflect the change in the location of galaxy amq listener script --- run_galaxy_listener.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_galaxy_listener.sh b/run_galaxy_listener.sh index f68e7af9737..75323ed8009 100644 --- a/run_galaxy_listener.sh +++ b/run_galaxy_listener.sh @@ -1,4 +1,4 @@ #!/bin/sh cd `dirname $0` -python scripts/galaxy_messaging/amqp_consumer.py >> galaxy_listener.log 2>&1 \ No newline at end of file +python scripts/galaxy_messaging/server/amqp_consumer.py >> galaxy_listener.log 2>&1 \ No newline at end of file