mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 08:12:34 +01:00
Change default log locations
This commit is contained in:
parent
ad62371ace
commit
ed23f2d285
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,2 @@
|
|||
*.log*
|
||||
log/*
|
||||
*.swp*
|
||||
|
|
|
@ -95,7 +95,7 @@ do
|
|||
done
|
||||
|
||||
if [ -z "$logger" ]; then
|
||||
logger="${myname}.log"
|
||||
logger="log/${myname}.log"
|
||||
fi
|
||||
|
||||
if [ -z "$limit" ]; then
|
||||
|
|
Loading…
Reference in a new issue