mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Update manage_db.sh ($@ > "$@")
Co-authored-by: Dannon <dannon.baker@gmail.com>
This commit is contained in:
co-authored by
Dannon
parent
6ef54eb3af
commit
c2b367c165
+1
-1
@@ -45,5 +45,5 @@ if [ "$i" == "tool_shed" ]; then
|
||||
python ./scripts/migrate_toolshed_db.py $@ tool_shed
|
||||
else
|
||||
find lib/galaxy/model/migrations/alembic -name '*.pyc' -delete
|
||||
python ./scripts/manage_db_adapter.py --alembic-config "$ALEMBIC_CONFIG" $@
|
||||
python ./scripts/manage_db_adapter.py --alembic-config "$ALEMBIC_CONFIG" "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user