From: Frank Lichtenheld Date: Wed, 12 Dec 2007 01:04:01 +0000 (+0100) Subject: Move index_pages script to end of cron job X-Git-Url: https://git.deb.at/w?p=deb%2Fpackages.git;a=commitdiff_plain;h=ab19fd79bbda7f93e37511413063d4e6d8e880f4 Move index_pages script to end of cron job This currently the slowest script --- diff --git a/cron.d/600index_pages b/cron.d/600index_pages deleted file mode 100755 index 5829d0b..0000000 --- a/cron.d/600index_pages +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -. `dirname $0`/../config.sh - -cd "$topdir" - -date -./bin/create_index_pages -date diff --git a/cron.d/900index_pages b/cron.d/900index_pages new file mode 100755 index 0000000..5829d0b --- /dev/null +++ b/cron.d/900index_pages @@ -0,0 +1,9 @@ +#!/bin/bash + +. `dirname $0`/../config.sh + +cd "$topdir" + +date +./bin/create_index_pages +date