From: Silvio Rhatto Date: Mon, 9 Jul 2018 16:51:49 +0000 (-0300) Subject: Copy libraries on drupal upgrade X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8285f5e8b090a55e0c23dfdbaab5d98274e77604;p=puppet-drupal.git Copy libraries on drupal upgrade --- diff --git a/files/drupal b/files/drupal index 50b0fcc..4a51fda 100755 --- a/files/drupal +++ b/files/drupal @@ -295,8 +295,9 @@ function drupal_upgrade { # Copy installation themes and modules for Drupal 8 or newer if [ "$new_major" != "5" ] && [ "$new_major" != "6" ] && [ "$new_major" != "7" ]; then - rsync -av ../drupal-$old/modules/ modules/ - rsync -av ../drupal-$old/themes/ themes/ + rsync -av ../drupal-$old/modules/ modules/ + rsync -av ../drupal-$old/themes/ themes/ + rsync -av ../drupal-$old/libraries/ libraries/ fi # Change symlink to point to the new location