From: Silvio Rhatto Date: Thu, 15 Nov 2012 13:42:59 +0000 (-0200) Subject: Minor change X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad;p=puppet-drupal.git Minor change --- diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 990e43b..ffe1aee 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -114,7 +114,7 @@ function drupal_update { fi # See https://drupal.org/node/823146#comment-3319070 - drush -l $instance up -u 1 --pipe | \ + drush -l $instance up -u 1 --pipe | \ grep -v -E 'Unknown|Up-to-date|Atualizado|Desconhecido|^Array$|^\($|^\)$|OK' | while read line ; do # Avoid automated core updates code="`echo $line | cut -d " " -f1`"