From 8a49b7f38a8e64884fc49558081db1fcc57033e4 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