openDatabase: remove both fifo at oince
This commit is contained in:
parent
a2a576f14b
commit
0f259c6b3f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user