https://github.com/galaxyproject/galaxy
Raw File
Tip revision: c9a57290c0fdfe45a948cec32418ce737946ecaa authored by John Chilton on 28 October 2020, 19:52:32 UTC
Version 20.9.1 of tool-util (tag galaxy-tool-util-20.9.1).
Tip revision: c9a5729
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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