mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-29 02:26:59 +08:00
6 lines
69 B
Bash
Executable File
6 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd `dirname $0`
|
|
|
|
GALAXY_RUN_ALL=1 ./run.sh restart --wait
|