https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 9c593cd0ce4642d2d8d4cdf137616ff141a4f0e6 authored by John Davis on 29 January 2024, 18:27:13 UTC
Update version to 23.2.
Tip revision: 9c593cd
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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