https://github.com/galaxyproject/galaxy
Raw File
Tip revision: b1711d4fea5f088f8952b28bd6bbbfe1a08e5bad authored by John Chilton on 04 July 2020, 14:01:54 UTC
Version 20.5.0 of tool-util (tag galaxy-tool-util-20.5.0).
Tip revision: b1711d4
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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