mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +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*
|
*.swp*
|
||||||
|
|
|
@ -95,7 +95,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$logger" ]; then
|
if [ -z "$logger" ]; then
|
||||||
logger="${myname}.log"
|
logger="log/${myname}.log"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$limit" ]; then
|
if [ -z "$limit" ]; then
|
||||||
|
|
Loading…
Reference in a new issue