#!/bin/bash
chmod +w web/sites/default/
chmod u+w web/sites/default/ web/sites/default/settings.php web/sites/default/*.yml
composer update -W --ignore-platform-reqs
chmod -w web/sites/default/
drush updatedb -y
drush cr
drush cron
