diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-29 08:42:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-29 08:42:30 -0300 |
commit | 6470cef3e3f01e21a038b67c8221a12c8a07b5be (patch) | |
tree | 2057ffd544e91412dcb97cbfec20faefbef9b56a /templates/drupal.sh.erb | |
parent | 46734d87d868467bec20d8f58450d19217c4d8f4 (diff) | |
download | puppet-drupal-6470cef3e3f01e21a038b67c8221a12c8a07b5be.tar.gz puppet-drupal-6470cef3e3f01e21a038b67c8221a12c8a07b5be.tar.bz2 |
Oops
Diffstat (limited to 'templates/drupal.sh.erb')
-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 cfe48c0..f2596ab 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -67,7 +67,7 @@ function drupal_iterate { if [ -e "$drupal/settings.php" ]; then hash="sha1sum $drupal/settings.php" # Process sites just once, avoiding symlinks - if echo $settings_hash | grep -q $hash; then + if echo $settings_hash | grep -q -v $hash; then settings_hash="$settings_hash-$hash" if [ "$1" != "cron" ]; then echo "Processing $drupal..." |