diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-03 09:55:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-03 09:55:30 +0100 |
commit | f49d17566285e3fe44c569156806c289b1a150a9 (patch) | |
tree | 333ced87826377d7068dd248a897d33e3379dc99 /notes | |
parent | 19aee029220f5f2c551d347aa95facf47236f035 (diff) |
Remove any remaining BCI reference.
Diffstat (limited to 'notes')
-rw-r--r-- | notes/no-update-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notes/no-update-server b/notes/no-update-server index 2d149d850..da3656829 100644 --- a/notes/no-update-server +++ b/notes/no-update-server @@ -511,7 +511,7 @@ case "$1" in ;; update) fetch_git_source - fgmdbpassword=$(grep OPTION_BCI_DB_PASS $basedir/fixmystreet/conf/general | cut -d\' -f4) + fgmdbpassword=$(grep OPTION_FMS_DB_PASS $basedir/fixmystreet/conf/general | cut -d\' -f4) midbpassword=$(grep OPTION_MAPIT_DB_PASS $basedir/mapit/conf/general | cut -d\' -f4) update_fixmystreet_config www-data $fgmdbpassword fixmystreet |