fix close fifos
This commit is contained in:
parent
4ad3e475f8
commit
b7fd7ef43c
@ -164,6 +164,11 @@ function analyze {
|
||||
fi
|
||||
# Chart Part END
|
||||
|
||||
exec 3<&-
|
||||
exec 4<&-
|
||||
exec 5<&-
|
||||
exec 6<&-
|
||||
|
||||
}
|
||||
|
||||
for conf in dabo-bot.conf analyze.conf
|
||||
|
Loading…
Reference in New Issue
Block a user