From 26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 15 Nov 2012 11:42:59 -0200 Subject: Minor change --- templates/drupal.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`" -- cgit v1.2.3