aegir-patchs/provision/cron_key_10.inc

6 lines
151 B
PHP
Raw Normal View History

2024-03-22 14:25:30 +01:00
<?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'));