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

When updating, we should just update, we don't need to reload data every time. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
update=/opt/layerindex/layerindex/update.py
|
|
$update -q
|