]> git.deb.at Git - deb/packages.git/blob - cron.d/600index_pages
Fix a typo in a template: "$filename.file" -> "filename.file".
[deb/packages.git] / cron.d / 600index_pages
1 #!/bin/bash
2
3 . `dirname $0`/../config.sh
4
5 cd "$topdir"
6
7 date
8 ./bin/create_index_pages
9 date