summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-19 14:07:47 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-19 14:07:47 +0100
commit1c1f67a4a90a8e809913a8c647576d19bf98aad1 (patch)
tree0b0f1d6ab6aa61edf49a9c0e624b21b2d3c7e623 /bin
parentd7d275fc316f678a4c2857e54ce92f66df168026 (diff)
downloadjenkins.debian.net-1c1f67a4a90a8e809913a8c647576d19bf98aad1.tar.xz
reproducible: capture kills
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_maintainance.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintainance.sh b/bin/reproducible_maintainance.sh
index e36d4463..7c91dc69 100755
--- a/bin/reproducible_maintainance.sh
+++ b/bin/reproducible_maintainance.sh
@@ -123,7 +123,7 @@ if [ -s $RESULT ] ; then
cat $RESULT
echo
ZOMBIES=$(cat $RESULT | cut -d " " -f1 | xargs echo)
- sudo kill -9 $(echo $ZOMBIES)
+ sudo kill -9 $(echo $ZOMBIES) 2>&1
echo "'kill -9 $(echo $ZOMBIES)' done."
echo
DIRTY=true