mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-05 05:04:46 +02:00

We want this to be running under python 3. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
3 lines
59 B
Bash
Executable File
3 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
python3 /opt/layerindex/manage.py migrate "$@"
|