aboutsummaryrefslogtreecommitdiffstats
path: root/bin/problems-filed-graph
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-01-10 09:42:21 +0000
committerStruan Donald <struan@exo.org.uk>2012-01-10 09:42:21 +0000
commitb913597550b962db73715709dcd6fa1b274eb625 (patch)
tree565ac5f4cc1b393d74b07bf285b90ac57f924e1e /bin/problems-filed-graph
parentcae6d5f26a53d793feeb14f5b6323a623a8250d2 (diff)
BCI -> FMS conf change for graph generation scripts
Diffstat (limited to 'bin/problems-filed-graph')
-rwxr-xr-xbin/problems-filed-graph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/problems-filed-graph b/bin/problems-filed-graph
index e84e9bbf0..a2282afdb 100755
--- a/bin/problems-filed-graph
+++ b/bin/problems-filed-graph
@@ -29,7 +29,7 @@ echo "select
where state not in ('unconfirmed', 'hidden')
group by date(created)
order by date(created)
- ;" | psql --host $OPTION_BCI_DB_HOST --port $OPTION_BCI_DB_PORT -A -F " " $OPTION_BCI_DB_NAME $OPTION_BCI_DB_USER | egrep -v "date|rows" >$SOURCEO
+ ;" | psql --host $FMS_DB_HOST --port $FMS_DB_PORT -A -F " " $FMS_DB_NAME $FMS_DB_USER | egrep -v "date|rows" >$SOURCEO
#echo "source $SOURCEO"
cat >$GPSCRIPT <<END