Browse Source

* 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
master
Nagy Karoly Gabriel 17 years ago
parent
commit
07be7fb5d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      postgresql.postinstall

+ 1
- 1
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," \

Loading…
Cancel
Save