aegir-patchs/provision/cron_key_10.inc
2024-03-22 14:25:30 +01:00

6 lines
151 B
PHP

<?php
// Fetch the cron key from the Drupal site and set in a drush context.
drush_set_option('cron_key', \Drupal::state()->get('system.cron_key'));