update DB

This commit is contained in:
Dr.Lt.Data
2024-08-26 22:45:11 +09:00
parent ca0765ac00
commit 42f33a2dca
13 changed files with 2179 additions and 1840 deletions

View File

@@ -3,5 +3,9 @@ rm ~/.tmp/default/*.py > /dev/null 2>&1
python scanner.py ~/.tmp/default $*
cp extension-node-map.json node_db/new/.
echo Integrity check
./check.sh
echo "Integrity check"
if [ -f "check2.sh" ]; then
./check2.sh
else
./check.sh
fi