https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 124ee9cdee13d10670c44fcd46a4d9d3f528de4a authored by John Davis on 02 April 2024, 19:01:43 UTC
Update version to 24.0.
Tip revision: 124ee9c
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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