]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Sep 2012 03:16:19 +0000 (00:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 27 Sep 2012 03:16:19 +0000 (00:16 -0300)
templates/drupal.sh.erb

index 9285ba80f4a0bca882132df8bd1df661c3d0eae0..d67bfd6eb433433201f5fb56c97e3bb3cc4146b5 100644 (file)
@@ -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 $*