mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-30 03:24:47 +00:00
Fix create-database.sh name.
Turns out the website has the underscore instead of the hyphen as well.
This commit is contained in:
parent
025fed5f0a
commit
6c399d375b
@ -113,7 +113,7 @@ su postgres -c createuser --no-createdb --no-createrole general
|
|||||||
|
|
||||||
<p>To create the database itself, run the script:</p>
|
<p>To create the database itself, run the script:</p>
|
||||||
<pre>
|
<pre>
|
||||||
dba/create_database.sh
|
dba/create-database.sh
|
||||||
</pre>
|
</pre>
|
||||||
<p>Note that this script calls the AWL database scripts as part
|
<p>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
|
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.</p>
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
include("inc/page-footer.php");
|
include("inc/page-footer.php");
|
||||||
?>
|
?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user