Update manage_db.sh ($@ > "$@")

Co-authored-by: Dannon <dannon.baker@gmail.com>
This commit is contained in:
Sergey Golitsynskiy
2022-03-09 18:41:03 -05:00
co-authored by Dannon
parent 6ef54eb3af
commit c2b367c165
+1 -1
View File
@@ -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