drupal/drupal-cron.sh@b3e405e9af87
drupal/drupal-cron.sh
Fri, 12 Oct 2012 21:26:42 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Fri, 12 Oct 2012 21:26:42 +0200
- changeset 737
- b3e405e9af87
- permissions
- -rw-r--r--
Correct typo, possibly resulting for correct use of a very old script.
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