From bfd9d355589f47cb3b4286535a23faf3baf90ca6 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Mon, 13 Feb 2012 11:26:30 +0000 Subject: [PATCH] Added comment: Using /tmp for logfiles may be dangerous. --- sit | 1 + 1 file changed, 1 insertion(+) diff --git a/sit b/sit index e67055c..fe95df6 100755 --- a/sit +++ b/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