mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
docker: pass through options for migrate script
Allow specifying arguments to the migrate command (e.g. --fake) via this shortcut script. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
5eecb5bf5c
commit
6051c734e1
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
python /opt/layerindex/manage.py migrate
|
||||
python /opt/layerindex/manage.py migrate "$@"
|
||||
|
|
Loading…
Reference in New Issue
Block a user