https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 811f5a2ba33a34c5c404c22a580cbd77e28f9f73 authored by mvdbeek on 30 June 2020, 16:27:42 UTC
Update version to 20.05
Tip revision: 811f5a2
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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