https://github.com/galaxyproject/galaxy
Raw File
Tip revision: e77b17df064fcddfc983c081bdd7b1027ece3e9f authored by mvdbeek on 23 October 2023, 19:35:24 UTC
Create version 23.1.1
Tip revision: e77b17d
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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