aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-09-27 00:16:19 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-09-27 00:16:19 -0300
commit73e9fe40dcdc2f8a3dd3f760d3c2e5e16b3ab740 (patch)
tree80631697bbda18c4cf5c793b33736d5adc9525c6
parent83b868cb893515188f1c16522103ce6ac063600b (diff)
downloadpuppet-drupal-73e9fe40dcdc2f8a3dd3f760d3c2e5e16b3ab740.tar.gz
puppet-drupal-73e9fe40dcdc2f8a3dd3f760d3c2e5e16b3ab740.tar.bz2
Minor fix
-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 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 $*