mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
f3093fd5af
* Database update mechanism
7 lines
193 B
Bash
Executable File
7 lines
193 B
Bash
Executable File
#!/bin/sh
|
|
echo 'Activating update_sitesmd hook script...'
|
|
poetry run update_sitesmd
|
|
|
|
echo 'Regenerating db_meta.json...'
|
|
python3 utils/generate_db_meta.py
|
|
git add maigret/resources/db_meta.json |