Update manage_db.sh (use single = in [ ])

Co-authored-by: Dannon <dannon.baker@gmail.com>
This commit is contained in:
Sergey Golitsynskiy
2022-01-25 09:59:52 -05:00
parent 7ee1c47027
commit 3f577e97e2
+1 -1
View File
@@ -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