diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-15 11:42:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-15 11:42:59 -0200 |
commit | 26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad (patch) | |
tree | 99053d4aac39dcd72ac752bc0bb7fd4f728ed1d7 | |
parent | a78fa410bf3c77cd0478abe3620aaf867c13b55a (diff) | |
download | puppet-drupal-26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad.tar.gz puppet-drupal-26526c5f7abd17eebe40c6fcc4dfd03602a5d5ad.tar.bz2 |
Minor change
-rw-r--r-- | templates/drupal.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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`" |