aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-16 09:31:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-16 09:31:43 -0200
commitd95047608dae9309e09271395cd6d90f91afd1bd (patch)
tree3139abe266ad8ab0ad360a73e77c7eca2eb9b56e
parent1c14f237b6dce43f7439a939d356595daf081eb8 (diff)
downloadpuppet-drupal-d95047608dae9309e09271395cd6d90f91afd1bd.tar.gz
puppet-drupal-d95047608dae9309e09271395cd6d90f91afd1bd.tar.bz2
A bit more verbose
-rw-r--r--templates/drupal.sh.erb1
1 files changed, 1 insertions, 0 deletions
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