Documentation: Fix postgresql-setup initdb

fixes #10779
This commit is contained in:
Michael Friedrich 2015-12-08 16:04:02 +01:00
parent 8f73207d01
commit 8aa41715f9
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ RHEL/CentOS 5/6:
RHEL/CentOS 7:
# yum install postgresql-server postgresql
# postgresql-setup --initdb
# postgresql-setup initdb
# systemctl enable postgresql
# systemctl start postgresql