https://github.com/galaxyproject/galaxy
Raw File
Tip revision: a1d8b7d96b32ab83cebe513e889b6ef82f7c1dd6 authored by Dannon Baker on 26 October 2020, 13:39:05 UTC
Swap back to 'Tools' as the toolbox header
Tip revision: a1d8b7d
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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