https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 52f60b50a462ef9fa6697addb45874d1a7120d31 authored by mvdbeek on 28 October 2022, 08:30:23 UTC
Release tool-util package 22.1.4
Tip revision: 52f60b5
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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