commit/galaxy-central: natefoo: Fix a bug with config/galaxy.ini in run.sh
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/77ec2da4bab3/ Changeset: 77ec2da4bab3 User: natefoo Date: 2014-09-16 23:13:17 Summary: Fix a bug with config/galaxy.ini in run.sh Affected #: 1 file diff -r 9207ecb43d81853da7a58cd5634683dc87991c4f -r 77ec2da4bab3d7649aaff20edc8a8a1aa6594bdd run.sh --- a/run.sh +++ b/run.sh @@ -22,7 +22,7 @@ if [ -f universe_wsgi.ini ]; then GALAXY_CONFIG_FILE=universe_wsgi.ini elif [ -f config/galaxy.ini ]; then - GALAXY_CONFIG_FILE=universe_wsgi.ini + GALAXY_CONFIG_FILE=config/galaxy.ini else GALAXY_CONFIG_FILE=config/galaxy.ini.sample fi Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org