Revision d83e8d358f1b04683fa20245a66f12a8d881be4e authored by Martin Cech on 03 December 2015, 16:38:55 UTC, committed by Martin Cech on 03 December 2015, 16:38:55 UTC
[15.10] Fix for updating tool parameter dicts when a new parameter has been added to a section
2 parent s 30b13bb + ee5a87a
Raw File
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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