From 55fd9026b672e510ec13a9041f12b1d1b45c5ed1 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Sun, 10 May 2015 11:02:11 +0200 Subject: reproducible: maintenance: the process killing part seems sane, enabling the actual auto-killing now --- bin/reproducible_maintenance.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_maintenance.sh') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index aa17eade..ea535e86 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -112,10 +112,9 @@ if [ -s $RESULT ] ; then ps -F -p $PSCALL echo for PROCESS in $(cat $TOKILL) ; do - echo sudo kill -9 $PROCESS 2>&1 - #echo "'kill -9 $PROCESS' done." # FIXME re-enable once we're sure this new code is fine + sudo kill -9 $PROCESS 2>&1 + echo "'kill -9 $PROCESS' done." done - echo "Please kill processes manually for now." echo fi fi -- cgit v1.2.3-70-g09d2