diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:43:48 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-25 18:43:48 -0400 |
commit | 99e3b1723bf7d1ece312dd9c3431fa997c6a22b2 (patch) | |
tree | 36f0dd8a117ef1d14f1163553bc96dfbdc12a046 /scripts/rebuilddb_psql.sh | |
parent | 865b716f0919b6e5133133cd6be53f4143660324 (diff) |
update names in shell scripts
Diffstat (limited to 'scripts/rebuilddb_psql.sh')
-rwxr-xr-x | scripts/rebuilddb_psql.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rebuilddb_psql.sh b/scripts/rebuilddb_psql.sh index ac169c205..9ade515ad 100755 --- a/scripts/rebuilddb_psql.sh +++ b/scripts/rebuilddb_psql.sh @@ -5,7 +5,7 @@ # below, AND backed up your database. Failure to observe these instructions # may result in losing all the data in your database. # -# This script is used to upgrade Laconica's PostgreSQL database to the +# This script is used to upgrade StatusNet's PostgreSQL database to the # latest version. It does the following: # # 1. Dumps the existing data to /tmp/rebuilddb_psql.sql |