From 0455ea81dd77f496b753989c9e1f5a124704931f Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 6 Jan 2021 14:12:03 +0100 Subject: [PATCH] Remove broken access to selection db (not needed here) --- sources/chronology/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/chronology/update.sh b/sources/chronology/update.sh index 43ca23d3..6a1a02d8 100755 --- a/sources/chronology/update.sh +++ b/sources/chronology/update.sh @@ -31,7 +31,6 @@ run_chronology() { if [[ -f $SELECTION_DB && -s $SELECTION_DB ]]; then open_selection_db="--selection-db=$SELECTION_DB" print_message "Reading selection database '$SELECTION_DB'" - run_sql $SELECTION_DB $SRCDIR/show_selection_stats.sql "Selection database contents:" else print_message "Selection database '$SELECTION_DB' not found. Not creating some statistics." print_message " The next taginfo update should automatically correct this."