diff --git a/scripts/archipelago/update_deployed.sh b/scripts/archipelago/update_deployed.sh index 0906d52e..0edf6db2 100755 --- a/scripts/archipelago/update_deployed.sh +++ b/scripts/archipelago/update_deployed.sh @@ -80,8 +80,9 @@ echo -e "A welcome message\n" curl -w "\n" --user jsonapi:jsonapi -H 'Accept: application/vnd.api+json' -H 'Content-type: application/vnd.api+json' -XPATCH http://esmero-web/jsonapi/block_content/block_with_twig_templating_/1cdf7155-eb60-4f27-9e5e-64fffe93127a --data-binary @d8content/block_content_01.json; -echo -e "Last pass, setting web owner to tmp files folder\n" +echo -e "Last pass, setting web owner to tmp files folder and clearing Drupal caches\n" chown -R www-data:www-data /var/www/html/web/sites/default/files +drush cr echo -e "Ready!"