]> git.deb.at Git - deb/packages.git/blobdiff - cron.d/900index_pages
Move index_pages script to end of cron job
[deb/packages.git] / cron.d / 900index_pages
diff --git a/cron.d/900index_pages b/cron.d/900index_pages
new file mode 100755 (executable)
index 0000000..5829d0b
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+. `dirname $0`/../config.sh
+
+cd "$topdir"
+
+date
+./bin/create_index_pages
+date