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