From 3106044ab791d9af1f3bcc2cfe380072f32d357d Mon Sep 17 00:00:00 2001 From: iSergio Date: Thu, 12 Apr 2018 10:18:46 +0300 Subject: [PATCH] Fixes --- configure.sh | 2 ++ postgres/configure.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.sh b/configure.sh index e7d04b8..2171ed7 100755 --- a/configure.sh +++ b/configure.sh @@ -4,6 +4,8 @@ cd postgres ./configure.sh cd .. +align_left "$DOTSTRING" "Configure PostgreSQL stream replication cluster" +echo $DONE pg_replication -c # Configure httpd (ServerGOD) and mod_cluster for jboss diff --git a/postgres/configure.sh b/postgres/configure.sh index 96f2a0d..e41a54e 100755 --- a/postgres/configure.sh +++ b/postgres/configure.sh @@ -35,5 +35,3 @@ fi sed -i 's/__PRIMARY_HOST__/'$PRIMARY_HOST'/g' /usr/local/bin/pg_replication sed -i 's/__STANDBY_HOST__/'$STANDBY_HOST'/g' /usr/local/bin/pg_replication -align_left "$DOTSTRING" "Configure httpd (ServerGOD)" -echo $DONE -- GitLab