details: http://www.bx.psu.edu/hg/galaxy/rev/5658f18fe950 changeset: 2965:5658f18fe950 user: rc date: Wed Nov 04 13:52:13 2009 -0500 description: Fixed the bash script to reflect the change in the location of galaxy amq listener script diffstat: run_galaxy_listener.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 0d534da7f0ff -r 5658f18fe950 run_galaxy_listener.sh --- a/run_galaxy_listener.sh Wed Nov 04 13:09:37 2009 -0500 +++ b/run_galaxy_listener.sh Wed Nov 04 13:52:13 2009 -0500 @@ -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