From: Silvio Rhatto Date: Fri, 28 Sep 2012 14:41:32 +0000 (-0300) Subject: More output filtering at cron-update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fb21911453e90627cbd82eaa5f59d5b69a58f77d;p=puppet-drupal.git More output filtering at cron-update --- diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 7b31ab4..8ccfebb 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -366,7 +366,7 @@ elif [ "$1" == "cron" ]; then drupal_iterate cron elif [ "$1" == "cron-update" ]; then SILENT="yes" - drupal_iterate update -y -p | grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$' + drupal_iterate pm-update -y -p | grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK' elif [ "$1" == "deploy" ]; then shift drupal_deploy $*