From 0f259c6b3f53c6d3bbf7c9d0ecc60bd749cc4b6d Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Mon, 10 Nov 2025 02:29:47 +0100 Subject: [PATCH] openDatabase: remove both fifo at oince --- lib/database/open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/database/open b/lib/database/open index 078153f..f193a07 100644 --- a/lib/database/open +++ b/lib/database/open @@ -9,7 +9,7 @@ openDatabase() { > "$tempdir/sqlite.out" & exec 3> "$tempdir"/sqlite.in exec 4< "$tempdir"/sqlite.out - rm "$tempdir"/sqlite.in "$tempdir"/sqlite.out + rm "$tempdir"/sqlite.{in,out} if (( debug > 2 )) then exec 5>&3