From 2622fad2d985f7ac4fead7eac82a2137b6eafbdc Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 18 Jul 2012 11:01:38 +0200 Subject: [PATCH] cron.sh: Fix typo --- util/cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/cron.sh b/util/cron.sh index 17c8e39..9b6b53b 100755 --- a/util/cron.sh +++ b/util/cron.sh @@ -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