diff options
author | Struan Donald <struan@exo.org.uk> | 2012-01-10 09:38:24 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-01-10 09:38:24 +0000 |
commit | cae6d5f26a53d793feeb14f5b6323a623a8250d2 (patch) | |
tree | 6e0f6632af0cefdb41d431d5d37d2819f135343e | |
parent | 1f3f30fa644622e9701cdbad98c88ed6eb567c97 (diff) |
use yaml conf for graph generation scripts
-rwxr-xr-x | bin/problem-creation-graph | 2 | ||||
-rwxr-xr-x | bin/problems-filed-graph | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/problem-creation-graph b/bin/problem-creation-graph index 6d34d3b49..95ed7bca8 100755 --- a/bin/problem-creation-graph +++ b/bin/problem-creation-graph @@ -18,7 +18,7 @@ cd `dirname $0` cd ../../ source fixmystreet/commonlib/shlib/deployfns -read_conf fixmystreet/conf/general +read_conf fixmystreet/conf/general.yml if [ $OPTION_BASE_URL = "http://reportemptyhomes.com" ]; then DATE="2008-10-01" diff --git a/bin/problems-filed-graph b/bin/problems-filed-graph index 702bea651..e84e9bbf0 100755 --- a/bin/problems-filed-graph +++ b/bin/problems-filed-graph @@ -18,7 +18,7 @@ cd `dirname $0` cd ../../ source fixmystreet/commonlib/shlib/deployfns -read_conf fixmystreet/conf/general +read_conf fixmystreet/conf/general.yml SOURCEO=/tmp/bci-report-rate-graph-data-nonwmc-$RANDOM$RANDOM GPSCRIPT=/tmp/bci-report-rate-graph-script-$RANDOM$RANDOM |