diff options
Diffstat (limited to 'templates')
-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 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 |