https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 907130d77291dd971ce39b6a3541ad85f2547c93 authored by mvdbeek on 21 February 2022, 09:28:38 UTC
Fix repository uploads with remove_repo_files_not_in_tar
Tip revision: 907130d
rolling_restart.sh
#!/bin/sh

cd `dirname $0`

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