diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-19 14:07:47 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-19 14:07:47 +0100 |
commit | 1c1f67a4a90a8e809913a8c647576d19bf98aad1 (patch) | |
tree | 0b0f1d6ab6aa61edf49a9c0e624b21b2d3c7e623 | |
parent | d7d275fc316f678a4c2857e54ce92f66df168026 (diff) | |
download | jenkins.debian.net-1c1f67a4a90a8e809913a8c647576d19bf98aad1.tar.xz |
reproducible: capture kills
-rwxr-xr-x | bin/reproducible_maintainance.sh | 2 |
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 |