diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-22 10:07:36 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-22 10:07:36 +0000 |
commit | de0bbf71538b74bcc5fbcdcc539f5cb06cbd51b5 (patch) | |
tree | dd0bd7fcfcb16edcf5eaa83f88eadee4c347eeed /bin/install-as-user | |
parent | db240c707e747f4523ccc01bead4e3a1803320cd (diff) |
Update install script to install v1.1, update README about v1.1.
Diffstat (limited to 'bin/install-as-user')
-rwxr-xr-x | bin/install-as-user | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-as-user b/bin/install-as-user index 2e0816966..b9dfa3973 100755 --- a/bin/install-as-user +++ b/bin/install-as-user @@ -101,7 +101,7 @@ fi # Install the required Perl modules - this may take a very long time: -cd "$FMS_REPOSITORY" +cd "$REPOSITORY" bin/install_perl_modules # Generate po and mo files (these invocations taken from Kagee's script): |