From 6f3f9e8bb7de5b626648fceb29d044619c641d88 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 15 Nov 2012 12:12:28 -0200 Subject: Minor fix --- 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 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 -- cgit v1.2.3