]> gitweb.fluxo.info Git - puppet-drupal.git/commitdiff
Additional checking
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 15 Nov 2012 00:42:15 +0000 (22:42 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 15 Nov 2012 00:42:15 +0000 (22:42 -0200)
templates/drupal.sh.erb

index 8e419ae512f09e70b174ba2e8af90c6851c4f8de..dfb54f5383514530479f9058bec156e5287114a0 100644 (file)
@@ -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