From 43f1e559e11d0e5da27e07890c21c8e4feab8e7a Mon Sep 17 00:00:00 2001 Message-Id: <43f1e559e11d0e5da27e07890c21c8e4feab8e7a.1746225855.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 14 May 2024 21:12:22 +0100 Subject: [PATCH] update: Actually update the last entry in the file. Organization: Straylight/Edgeware From: Mark Wooding Not quite sure how this one slipped by. --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 7fdef51..e2a07fa 100755 --- a/update +++ b/update @@ -128,4 +128,5 @@ LINE: while (<>) { } } +flush_set; $DB->commit; $DB->disconnect; -- [mdw]