Correct password for query tables.
diff --git a/commits/batch/run-batch.sh b/commits/batch/run-batch.sh
index 13ea631..ce09611 100755
--- a/commits/batch/run-batch.sh
+++ b/commits/batch/run-batch.sh
@@ -48,6 +48,6 @@
 
 echo '- Rebuilding the query tables ' `date`
 # Rebuild the query tables.
-/usr/bin/mysql --user=dashboard --password=`cat dbpassconfig` dashboard < create_query_tables.sql 
+/usr/bin/mysql --user=dashboard --password=`cat dbpass` dashboard < create_query_tables.sql 
 
 echo '-Done!' `date`