From 1c1f67a4a90a8e809913a8c647576d19bf98aad1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 19 Mar 2015 14:07:47 +0100 Subject: reproducible: capture kills --- bin/reproducible_maintainance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-70-g09d2