https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 9690680ec7256d979b8b11eb7d5f343a691c93f3 authored by mvdbeek on 15 March 2022, 19:46:24 UTC
Update version to 22.01.
Tip revision: 9690680
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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