Skip to content

Commit

Permalink
Merge pull request #143 from nttcom/fix-bug-when-deleting-log
Browse files Browse the repository at this point in the history
fix bug when deleting log
  • Loading branch information
takuma0121 authored Oct 25, 2023
2 parents 1ba7c1b + c90e137 commit 1e843c9
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 @@ -47,4 +47,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 1e843c9

Please sign in to comment.