openDatabase: remove both fifo at oince

This commit is contained in:
Vincent Riquer 2025-11-10 02:29:47 +01:00 committed by ScriptFanix
parent 7310c1180a
commit 30c3d31791

View File

@ -13,7 +13,7 @@ openDatabase() {
db_pid=$! db_pid=$!
exec 3> "$tempdir"/sqlite.in exec 3> "$tempdir"/sqlite.in
exec 4< "$tempdir"/sqlite.out exec 4< "$tempdir"/sqlite.out
rm "$tempdir"/sqlite.in "$tempdir"/sqlite.out rm "$tempdir"/sqlite.{in,out}
if (( debug > 2 )) if (( debug > 2 ))
then then
exec 5>&3 exec 5>&3