openDatabase: remove both fifo at oince

This commit is contained in:
Vincent Riquer 2025-11-10 02:29:47 +01:00
parent a2a576f14b
commit 0f259c6b3f

View File

@ -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