mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-31 01:02:04 +08:00
Quote *.pyc in the find/cleanup command for manage_db.sh
This commit is contained in:
+1
-1
@@ -11,5 +11,5 @@ cd `dirname $0`
|
||||
|
||||
setup_python
|
||||
|
||||
find lib/galaxy/model/migrate/versions -name *.pyc -delete
|
||||
find lib/galaxy/model/migrate/versions -name '*.pyc' -delete
|
||||
python ./scripts/manage_db.py $@
|
||||
|
||||
Reference in New Issue
Block a user