summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-support/postgresql/postgresql/postgresql-init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init b/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init
index d9850da..26f858e 100644
--- a/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init
+++ b/meta-openstack/recipes-support/postgresql/postgresql/postgresql-init
@@ -38,7 +38,7 @@ while [ $count -le 10 ] && [ $done -eq 0 ]; do
38 count=`expr $count + 1` 38 count=`expr $count + 1`
39done 39done
40 40
41if [ $done -eq 0 ]; then 41if [ $done -ne 0 ]; then
42 echo "[ERROR] postgres: unable to create admin account" 42 echo "[ERROR] postgres: unable to create admin account"
43 exit 1 43 exit 1
44fi 44fi