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

View file

@ -95,7 +95,7 @@ do
done
if [ -z "$logger" ]; then
logger="${myname}.log"
logger="log/${myname}.log"
fi
if [ -z "$limit" ]; then