drupal/drupal-cron.sh

Mon, 01 Apr 2013 20:12:48 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 01 Apr 2013 20:12:48 +0200
changeset 766
fd2bc92f4dee
permissions
-rw-r--r--

Correct run command stop logic and indicate installation success.

     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