drupal/drupal-cron.sh@de3379343a7c
drupal/drupal-cron.sh
Tue, 02 Jul 2013 18:21:58 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Tue, 02 Jul 2013 18:21:58 +0200
- changeset 782
- de3379343a7c
- permissions
- -rw-r--r--
Remove superfluous init scripts and introduce SQL population logic.
3 ## drupal-cron.sh -- Drupal Cron Job
6 server=`grep '^Listen' @l_prefix@/etc/drupal/drupal-apache.conf | head -1 | awk '{ print $2; }'`
7 @l_prefix@/lib/openpkg/curl --silent --compressed http://$server/cron.php || true