aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-11-14 22:42:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-11-14 22:42:15 -0200
commite0cbb88237c592546f2be50f37c1c9f385ba29c2 (patch)
tree81275cc4ff21f471fcafb18e6d8ebef238296abc
parente9cff8c1551d6ad967ae3b7da772d81a05eee8c6 (diff)
downloadpuppet-drupal-e0cbb88237c592546f2be50f37c1c9f385ba29c2.tar.gz
puppet-drupal-e0cbb88237c592546f2be50f37c1c9f385ba29c2.tar.bz2
Additional checking
-rw-r--r--templates/drupal.sh.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb
index 8e419ae..dfb54f5 100644
--- a/templates/drupal.sh.erb
+++ b/templates/drupal.sh.erb
@@ -54,7 +54,7 @@ function drupal_iterate {
return
fi
- if [ "$SILENT" != "yes" ]; then
+ if [ "$1" != "cron" ] && [ "$SILENT" != "yes" ]; then
echo "Issuing $1 in all installed instances..."
fi