comparison: drupal/drupal-cron.sh
drupal/drupal-cron.sh
- changeset 768
- 70baf26f1088
equal
deleted
inserted
replaced
|
1 #!/bin/sh |
|
2 ## |
|
3 ## drupal-cron.sh -- Drupal Cron Job |
|
4 ## |
|
5 |
|
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 |
|
8 |