drupal/drupal-cron.sh

Wed, 29 Aug 2012 18:43:28 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 29 Aug 2012 18:43:28 +0200
changeset 643
0bf572151f0d
permissions
-rw-r--r--

Update version, use parallel make, and correct typical german english mistakes.

     1 #!/bin/sh
     2 ##
     3 ##  drupal-cron.sh -- Drupal Cron Job
     4 ##
     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

mercurial