summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend')
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
index 0e281ba..c485e2d 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
+++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend
@@ -42,7 +42,7 @@ pkg_postinst_${PN}-setup () {
42 fi 42 fi
43 43
44 /etc/init.d/postgresql-init 44 /etc/init.d/postgresql-init
45 if [ $? -eq 0 ]; then 45 if [ $? -ne 0 ]; then
46 echo "[ERROR] postgres: unable to create admin account" 46 echo "[ERROR] postgres: unable to create admin account"
47 exit 1 47 exit 1
48 fi 48 fi