From 07be7fb5d60bf22771c1bf671eff10c015a82655 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 14 Jun 2007 14:13:22 +0000 Subject: [PATCH] * fixed su syntax on postgresql.postinstall git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@70 471cc25b-571d-0410-8e29-1f4f9b506cef --- postgresql.postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql.postinstall b/postgresql.postinstall index a6551e0..27ddb86 100644 --- a/postgresql.postinstall +++ b/postgresql.postinstall @@ -17,7 +17,7 @@ chown postgres:postgres /opt/postgresql chown postgres:postgres /var/opt/postgresql/data/ # create the initial cluster (WARNING!! this cluster will be SQL_ASCII) -su -c postgres "/opt/postgresql/bin/initdb -D /var/opt/postgresql/data" +su -c "/opt/postgresql/bin/initdb -D /var/opt/postgresql/data" postgres # enable the X5 compatibility options sed -i -e "s,^#default_with_oids\ =\ off,default_with_oids\ =\ on," \