]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
A bit more verbose
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Nov 2012 11:31:43 +0000 (09:31 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 16 Nov 2012 11:31:43 +0000 (09:31 -0200)
templates/drupal.sh.erb

index 5695320a3a4c4bdcfe8a0a70908c9cd46415db90..4b97da391d13947d010e516ce3e065f5364b0e26 100644 (file)
@@ -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