diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-14 22:42:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-14 22:42:15 -0200 |
commit | e0cbb88237c592546f2be50f37c1c9f385ba29c2 (patch) | |
tree | 81275cc4ff21f471fcafb18e6d8ebef238296abc | |
parent | e9cff8c1551d6ad967ae3b7da772d81a05eee8c6 (diff) | |
download | puppet-drupal-e0cbb88237c592546f2be50f37c1c9f385ba29c2.tar.gz puppet-drupal-e0cbb88237c592546f2be50f37c1c9f385ba29c2.tar.bz2 |
Additional checking
-rw-r--r-- | templates/drupal.sh.erb | 2 |
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 |