diff options
| author | Marc Florisson | 2014-02-25 15:55:25 +0100 |
|---|---|---|
| committer | Marc Florisson | 2014-02-25 15:55:44 +0100 |
| commit | 20b46b4ff5caf7086eb4b2c857fb0d72584ab490 (patch) | |
| tree | 2f900c88d3a98125b1816c9c359c6008ce3d8792 | |
| parent | 4219ca7afd5081505e4c7f05797926af0bef35cd (diff) | |
| download | chouette-core-20b46b4ff5caf7086eb4b2c857fb0d72584ab490.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 +``` |
