diff options
| author | D. Johnson <fenris02@fedoraproject.org> | 2011-09-17 23:44:38 -0500 |
|---|---|---|
| committer | D. Johnson <fenris02@fedoraproject.org> | 2011-09-17 23:44:38 -0500 |
| commit | 89e5e8ed4170cf9a151dc2c56c1dbfa1576bf19e (patch) | |
| tree | 0142ddfc7d58f92cb1b3b8b8afb08f17d3a75130 | |
| parent | fd682576c4a3c769202a6adb82a96ae4bd67dfde (diff) | |
PID for tee is not being set properly
| -rwxr-xr-x | distro-clean.sh | 3 |
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 |
