https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 883a4b9641a72a2ff8074bd5abd0bbbf38b47c6d authored by John Chilton on 19 March 2021, 18:27:10 UTC
Version 21.1.0 of tool-util (tag galaxy-tool-util-21.1.0).
Tip revision: 883a4b9
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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