aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Florisson2014-02-25 15:55:25 +0100
committerMarc Florisson2014-02-25 15:55:25 +0100
commitd027adc081ea91489b22d0cb80854e5dd5ee5c71 (patch)
tree2f900c88d3a98125b1816c9c359c6008ce3d8792
parent0405ae9ed5593c8887119df3f3d159e0372d0d56 (diff)
downloadchouette-core-d027adc081ea91489b22d0cb80854e5dd5ee5c71.tar.bz2
fix postgresql user creation
-rw-r--r--doc/install/postgresql.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/postgresql.md b/doc/install/postgresql.md
index 45b8fc7e1..e94f8474f 100644
--- a/doc/install/postgresql.md
+++ b/doc/install/postgresql.md
@@ -14,4 +14,5 @@ createuser -d -P -U postgres chouette
Enter password for new role: chouette
Enter it again: chouette
Shall the new role be a superuser? (y/n) y
-``` \ No newline at end of file
+exit
+```