[kill_cnpkmodule] typo

darcs-hash:20090723155014-bd074-cb316b3c0ead025038e65b9da7f62aeab14fbe3c.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-07-23 17:50:14 +02:00
parent 1742897c20
commit e5d6982a1e

View file

@ -9,5 +9,4 @@
# de cnpkmodule avec un time supérieur à 60 minutes
ps ax | grep cnpkmodule | \
perl -nle '/(\d*)\s+([^\s]*\s*){2}(\d*)/; \
if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}'
perl -nle '/(\d*)\s+([^\s]*\s*){2}(\d*)/; if ($3 > 60) {kill 9, $1; print "cnpkmodule was killed"}'