diff options
author | Louise Crow <louise.crow@gmail.com> | 2010-01-25 13:33:40 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2010-01-25 13:33:40 +0000 |
commit | 9a43ec4a12f8963b3acd8433bdd78a301e3fc7b9 (patch) | |
tree | b62931af16c474af9a4eda32784488d82b623a72 /bin/problem-creation-graph | |
parent | 4490b48581a7875d1016e4742c21c08cad1419fc (diff) |
Path changes for move to git
Diffstat (limited to 'bin/problem-creation-graph')
-rwxr-xr-x | bin/problem-creation-graph | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/problem-creation-graph b/bin/problem-creation-graph index c3c670667..6d34d3b49 100755 --- a/bin/problem-creation-graph +++ b/bin/problem-creation-graph @@ -16,9 +16,9 @@ EXTENSION=".png" cd `dirname $0` cd ../../ -source shlib/deployfns +source fixmystreet/commonlib/shlib/deployfns -read_conf bci/conf/general +read_conf fixmystreet/conf/general if [ $OPTION_BASE_URL = "http://reportemptyhomes.com" ]; then DATE="2008-10-01" @@ -104,6 +104,6 @@ END #echo "gpscript $GPSCRIPT" export GDFONTPATH=/usr/share/fonts/truetype/ttf-bitstream-vera -gnuplot < $GPSCRIPT > bci/web/bci-live-creation$EXTENSION +gnuplot < $GPSCRIPT > fixmystreet/web/bci-live-creation$EXTENSION |