https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 90de3f2588a61382e70b6209ea39293c6a3987f1 authored by Martin Cech on 22 February 2017, 15:56:56 UTC
Update version to 17.01
Tip revision: 90de3f2
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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