diff options
| author | Marc Florisson | 2014-02-25 15:55:25 +0100 | 
|---|---|---|
| committer | Marc Florisson | 2014-02-25 15:55:25 +0100 | 
| commit | d027adc081ea91489b22d0cb80854e5dd5ee5c71 (patch) | |
| tree | 2f900c88d3a98125b1816c9c359c6008ce3d8792 | |
| parent | 0405ae9ed5593c8887119df3f3d159e0372d0d56 (diff) | |
| download | chouette-core-d027adc081ea91489b22d0cb80854e5dd5ee5c71.tar.bz2 | |
fix postgresql user creation
| -rw-r--r-- | doc/install/postgresql.md | 3 | 
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 +``` | 
