aboutsummaryrefslogtreecommitdiff
path: root/analyse-logs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'analyse-logs.sh')
-rwxr-xr-xanalyse-logs.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/analyse-logs.sh b/analyse-logs.sh
index 8c0cd88..ba73e6a 100755
--- a/analyse-logs.sh
+++ b/analyse-logs.sh
@@ -651,9 +651,11 @@ keep_resolved_log
# cleanup the extra files and stuff
if [ $DEBUG -eq $FALSE ] ; then
cleanup
- # change back to where we were called from
+else
+ echo "WARNING: Not cleaning up temporary files, beware of running out of disk space."
fi
+# change back to where we were called from
cd $STARTING_LOCATION
# done, out of here