summaryrefslogtreecommitdiffstats
path: root/distro-clean.sh
diff options
context:
space:
mode:
authorD. Johnson <fenris02@fedoraproject.org>2011-09-17 22:11:51 -0500
committerD. Johnson <fenris02@fedoraproject.org>2011-09-17 22:11:51 -0500
commitfd682576c4a3c769202a6adb82a96ae4bd67dfde (patch)
tree3e35375fcd70fd98d69f92b05c302c2deb5e3c5a /distro-clean.sh
parent1f314d8eae0991f89a0137d13843bb797133ce70 (diff)
downloadcleanup-fd682576c4a3c769202a6adb82a96ae4bd67dfde.tar.gz
cleanup-fd682576c4a3c769202a6adb82a96ae4bd67dfde.tar.xz
cleanup-fd682576c4a3c769202a6adb82a96ae4bd67dfde.zip
kill tee before script ends
Diffstat (limited to 'distro-clean.sh')
-rwxr-xr-xdistro-clean.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/distro-clean.sh b/distro-clean.sh
index 49e2a93..18155cc 100755
--- a/distro-clean.sh
+++ b/distro-clean.sh
@@ -226,6 +226,7 @@ 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
#wait $TEEPID
fi