From: Silvio Rhatto Date: Thu, 15 Nov 2012 14:12:28 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6f3f9e8bb7de5b626648fceb29d044619c641d88;p=puppet-drupal.git Minor fix --- diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index a48c655..83a4fe8 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -110,7 +110,7 @@ function drupal_update { local line shift 2 - if [ "$method" == "" ]; then + if [ "$method" == "cron-update" ]; then pipe="--pipe" fi