summaryrefslogtreecommitdiff
path: root/util/cron.sh
blob: 632afbb67035c48da8298224d3208c8ed750c6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

PSQL="psql -U manned -Awtq"


./arch.sh current
./debian.sh current
./centos.sh current
./fedora.sh current
./ubuntu.sh current

echo "============ Updating SQL indices"
$PSQL -f update_indices.sql