From 8255c77ed47f6fc5aad987cc3b82fccb04343a88 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 8 Dec 2015 16:04:02 +0100 Subject: [PATCH] Documentation: Fix postgresql-setup initdb fixes #10779 --- doc/2-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/2-getting-started.md b/doc/2-getting-started.md index f76ec452f..1ce2cc31e 100644 --- a/doc/2-getting-started.md +++ b/doc/2-getting-started.md @@ -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 -- 2.50.1