summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdistro-clean.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/distro-clean.sh b/distro-clean.sh
index 18155cc..299e20a 100755
--- a/distro-clean.sh
+++ b/distro-clean.sh
@@ -226,7 +226,8 @@ find /etc /var -name '*.rpm?*' > ${TMPDIR}/REVIEW-OBSOLETE-CONFIGS_${DS}.txt
if [ -n "$LOG_ALL" ]; then
echo "Kill off logger"
#exec 1>&- 2>&-
- kill $TEEPID
+ #kill $TEEPID
+ rm $PIPEFILE
#wait $TEEPID
fi