feat: small update and minor fixes.
This commit is contained in:
parent
ff849b9f09
commit
1df176cf7b
11 changed files with 18 additions and 22 deletions
|
|
@ -60,7 +60,7 @@ func aaLog(logger string, path string, profile string) error {
|
|||
}
|
||||
|
||||
if raw {
|
||||
fmt.Print(strings.Join(logs.GetApparmorLogs(file, profile), "\n"))
|
||||
fmt.Print(strings.Join(logs.GetApparmorLogs(file, profile), "\n") + "\n")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue