https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 2faef5510fc86c2454ed72d65c70302b5bd050a0 authored by mvdbeek on 27 February 2020, 18:42:00 UTC
Update version to 20.01
Tip revision: 2faef55
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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