From: Frank Lichtenheld Date: Wed, 22 Feb 2006 00:38:43 +0000 (+0000) Subject: Actually update index pages in cronjob X-Git-Tag: switch-to-templates~86 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=0110c334d2e11b6d7c53e5c18dc13a7712b08340;p=deb%2Fpackages.git Actually update index pages in cronjob --- diff --git a/cron.d/600index_pages b/cron.d/600index_pages new file mode 100755 index 0000000..5829d0b --- /dev/null +++ b/cron.d/600index_pages @@ -0,0 +1,9 @@ +#!/bin/bash + +. `dirname $0`/../config.sh + +cd "$topdir" + +date +./bin/create_index_pages +date