fix close fifos

This commit is contained in:
olli 2023-11-07 15:56:52 +01:00
parent b7fd7ef43c
commit c90f9e7f1f

View File

@ -163,12 +163,6 @@ function analyze {
echo "</body></html>">>analyze-${analyzedate}/chart-${tmpfile}.html echo "</body></html>">>analyze-${analyzedate}/chart-${tmpfile}.html
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