From 6c399d375b22a4661bdd3954e3c73b46d8e2a352 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 21 Dec 2006 17:28:23 +1300 Subject: [PATCH] Fix create-database.sh name. Turns out the website has the underscore instead of the hyphen as well. --- docs/website/installation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/website/installation.php b/docs/website/installation.php index e505d926..ac7a1d0a 100644 --- a/docs/website/installation.php +++ b/docs/website/installation.php @@ -113,7 +113,7 @@ su postgres -c createuser --no-createdb --no-createrole general

To create the database itself, run the script:

-dba/create_database.sh
+dba/create-database.sh
 

Note that this script calls the AWL database scripts as part of itself and it expects them to be located in /usr/share/awl/dba @@ -304,4 +304,4 @@ the packaging system, but that change will not happen until early 2007.

\ No newline at end of file +?>