Skip to content

Commit

Permalink
Updated comments
Browse files Browse the repository at this point in the history
Signed-off-by: GLVSKiriti <[email protected]>
  • Loading branch information
GLVSKiriti committed Mar 26, 2024
1 parent 97283da commit af195e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions events/syscall/remove_bulk_data_from_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ func RemoveBulkDataFromDisk(h events.Helper) error {
}

h.Log().Infof("attempting to run shred command to remove bulk data from disk")
// Rule triggers irrespective of shred utility existence
// So no need to skip action even shred not exists
// Rule triggers regardless of whether the 'shred' utility exists
// Therefore, there's no need to skip the action even if 'shred' does not exist
cmd := exec.Command("shred", "-u", filename)
err := cmd.Run()
return err
Expand Down

0 comments on commit af195e1

Please sign in to comment.