mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fixed the bash script to reflect the change in the location of galaxy amq listener script
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user