drupal/drupal-cron.sh

Sun, 28 Oct 2012 23:53:14 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 28 Oct 2012 23:53:14 +0100
changeset 753
9c54f9d3f97a
permissions
-rw-r--r--

Correct avatar situation in views as well as node types.

michael@529 1 #!/bin/sh
michael@529 2 ##
michael@529 3 ## drupal-cron.sh -- Drupal Cron Job
michael@529 4 ##
michael@529 5
michael@529 6 server=`grep '^Listen' @l_prefix@/etc/drupal/drupal-apache.conf | head -1 | awk '{ print $2; }'`
michael@529 7 @l_prefix@/lib/openpkg/curl --silent --compressed http://$server/cron.php || true
michael@529 8

mercurial