fix close fifos

This commit is contained in:
olli 2023-11-07 09:48:49 +01:00
parent 4ad3e475f8
commit b7fd7ef43c

View File

@ -164,6 +164,11 @@ function analyze {
fi fi
# Chart Part END # Chart Part END
exec 3<&-
exec 4<&-
exec 5<&-
exec 6<&-
} }
for conf in dabo-bot.conf analyze.conf for conf in dabo-bot.conf analyze.conf