From 73e9fe40dcdc2f8a3dd3f760d3c2e5e16b3ab740 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 27 Sep 2012 00:16:19 -0300 Subject: Minor fix --- templates/drupal.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 9285ba8..d67bfd6 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -71,7 +71,7 @@ function drupal_iterate { # Process sites just once, avoiding symlinks if echo $settings_hash | grep -q -v $hash; then settings_hash="$settings_hash-$hash" - if [ "$1" != "cron" ] || [ "$SILENT" != "yes" ]; then + if [ "$1" != "cron" ] && [ "$SILENT" != "yes" ]; then echo "Processing $drupal..." fi drush -l $drupal $* -- cgit v1.2.3