cron.sh: Fix typo

This commit is contained in:
Yorhel 2012-07-18 11:01:38 +02:00
parent 4fd6da6e4e
commit 2622fad2d9

View file

@ -6,5 +6,5 @@ PSQL="psql -U manned -Awtq"
./deb.sh ubuntu_active
./deb.sh debian_active
echo "============ Updating SQL indices"
$PGSL -f update_indices.sql
$PSQL -f update_indices.sql