mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-01 15:37:32 +08:00
Update manage_db.sh (use single = in [ ])
Co-authored-by: Dannon <dannon.baker@gmail.com>
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ cd `dirname $0`
|
||||
setup_python
|
||||
|
||||
for i; do :; done
|
||||
if [ "$i" == "tool_shed" ]; then
|
||||
if [ "$i" = "tool_shed" ]; then
|
||||
python ./scripts/migrate_toolshed_db.py "$@" tool_shed
|
||||
else
|
||||
find lib/galaxy/model/migrations/alembic -name '*.pyc' -delete
|
||||
|
||||
Reference in New Issue
Block a user