diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-10 11:25:10 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-10 11:25:10 +0000 |
commit | 62f0d7ea89e8eda7c74d1467187a2ceddf8dd7d5 (patch) | |
tree | 7bda44250fafae1cecb3c7fca02c3ae95163b979 /bin/problems-filed-graph | |
parent | 7420afcd206a0e1454ce454078d8a76849207ec0 (diff) |
the yaml2sh call in deployfns adds OPTION_ on the front of config key names and is used elsewhere so add OPTION_ back on
Diffstat (limited to 'bin/problems-filed-graph')
-rwxr-xr-x | bin/problems-filed-graph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/problems-filed-graph b/bin/problems-filed-graph index a2282afdb..dbac35639 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 $FMS_DB_HOST --port $FMS_DB_PORT -A -F " " $FMS_DB_NAME $FMS_DB_USER | egrep -v "date|rows" >$SOURCEO + ;" | psql --host $OPTION_FMS_DB_HOST --port $OPTION_FMS_DB_PORT -A -F " " $OPTION_FMS_DB_NAME $OPTION_FMS_DB_USER | egrep -v "date|rows" >$SOURCEO #echo "source $SOURCEO" cat >$GPSCRIPT <<END |