Added comment: Using /tmp for logfiles may be dangerous.
This commit is contained in:
parent
748fda6019
commit
bfd9d35558
1 changed files with 1 additions and 0 deletions
1
sit
1
sit
|
@ -165,6 +165,7 @@ mkdir -p ${BUILDDIR}
|
|||
if [ ! -z ${LOGDIR} ] ; then
|
||||
mkdir -p ${LOGDIR}
|
||||
else
|
||||
# TODO: this is dangerous as we compress and copy all *.log files inside LOGDIR!
|
||||
LOGDIR="/tmp"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue