From d95047608dae9309e09271395cd6d90f91afd1bd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 16 Nov 2012 09:31:43 -0200 Subject: A bit more verbose --- templates/drupal.sh.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 5695320..4b97da3 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -125,6 +125,7 @@ function drupal_update { if [ "$code" == "drupal" ]; then echo "Core update available: $line" else + echo "Updating instance $instance..." drush -l $instance up -u 1 $confirm $* $code fi done -- cgit v1.2.3