https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 4d0efe583f01825ef3296b63c6e22347bb4481a2 authored by Nate Coraor on 17 March 2015, 02:24:47 UTC
Bump version to 15.03.1
Tip revision: 4d0efe5
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

GALAXY_RUN_ALL=1 ./run.sh restart --wait
back to top