drupal/drupal-cron.sh@21ce05ebf344
drupal/drupal-cron.sh
Mon, 01 Jul 2013 21:11:17 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Mon, 01 Jul 2013 21:11:17 +0200
- changeset 775
- 21ce05ebf344
- permissions
- -rw-r--r--
Correct overly hostile error warnings in the build configuration.
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