Added comment: Using /tmp for logfiles may be dangerous.

This commit is contained in:
Christoph Niethammer 2012-02-13 11:26:30 +00:00
parent 748fda6019
commit bfd9d35558

1
sit
View file

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