Change default log locations

This commit is contained in:
Razvan Stoica 2021-03-11 13:24:58 +02:00
parent ad62371ace
commit ed23f2d285
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -1,2 +1,2 @@
*.log* log/*
*.swp* *.swp*

View file

@ -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