Skip to content

Commit

Permalink
Merge pull request #144 from nttcom/fix-bug-when-deleting-log-in-bacnet
Browse files Browse the repository at this point in the history
fix bug when deleting log in bacnet branch
  • Loading branch information
takuma0121 authored Oct 25, 2023
2 parents 3518c62 + 7e82c74 commit 21ee57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osect_sensor/Infrastructure/edge_cron/work/ot_tools/bro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ if [ $5 = "True" ]; then
merge_log "modbus_detailed.*.log" "modbus_detailed.log"
fi

rm $(find /usr/local/zeek/logs -name "*.log")
find /usr/local/zeek/logs -name "*.log" -print0 | xargs -0 rm

0 comments on commit 21ee57f

Please sign in to comment.