From 30c3d31791455a64b05978b50e445e04742dde52 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 8b2e7c3..974f895 100644 --- a/lib/database/open +++ b/lib/database/open @@ -13,7 +13,7 @@ openDatabase() { db_pid=$! 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