aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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