From ce17faeb7bfe0844a6d7ab8e4d046cc674cf6f95 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 10 Jan 2026 05:09:44 -0500 Subject: Fix broken updates, use 15.0 tree. --- bin/sbotools-update-db.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/sbotools-update-db.sh') diff --git a/bin/sbotools-update-db.sh b/bin/sbotools-update-db.sh index eadf8c3..ec6a22f 100755 --- a/bin/sbotools-update-db.sh +++ b/bin/sbotools-update-db.sh @@ -24,6 +24,7 @@ if [ -e $DATEFILE ] && diff $DATEFILE $DATEFILE.new > /dev/null ; then exit 0 fi +rm -f $DBFILE.update ( $SCRIPT $SBOTREE | $SQLITE3 $DBFILE.update ) &> $LOG if [ "$?" = "0" ]; then -- cgit v1.2.3