https://github.com/galaxyproject/galaxy
Revision 6b820e7cda2bf810822492927a821f0f1491aa47 authored by John Chilton on 17 December 2019, 01:59:30 UTC, committed by John Chilton on 17 December 2019, 01:59:30 UTC
1 parent dab395b
Raw File
Tip revision: 6b820e7cda2bf810822492927a821f0f1491aa47 authored by John Chilton on 17 December 2019, 01:59:30 UTC
Version 19.9.0 of objectstore (tag galaxy-objectstore-19.9.0).
Tip revision: 6b820e7
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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