diff options
-rw-r--r-- | www/openacs/files/create_sampledb.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openacs/files/create_sampledb.sh.in b/www/openacs/files/create_sampledb.sh.in index 970af95b6965..390071e350a1 100644 --- a/www/openacs/files/create_sampledb.sh.in +++ b/www/openacs/files/create_sampledb.sh.in @@ -42,7 +42,7 @@ if [ "x${POSTGRESQL81}" = "xYES" ]; then echo "You have PostgreSQL 8.1 or greater installed." echo "Your may need to alter your PostgreSQL configuration." echo "You can do this by running the supplied script:" - echo "%%DOCSDIR%%/adjust_pgqsl_conf.sh"; echo "" + echo "%%DOCSDIR%%/adjust_pgsql_conf.sh"; echo "" echo "Alternatively you can follow the instructions at:" echo "http://openacs.org/xowiki/How_to_install_in_Postgres_8.x" echo "****************************************************************" |