From: Michael Friedrich Date: Tue, 8 Dec 2015 15:04:02 +0000 (+0100) Subject: Documentation: Fix postgresql-setup initdb X-Git-Tag: v2.5.0~668 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8255c77ed47f6fc5aad987cc3b82fccb04343a88;p=icinga2 Documentation: Fix postgresql-setup initdb fixes #10779 --- 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