From 22e7f698c77557a7f8e127f2d40243a3bbf9d08a Mon Sep 17 00:00:00 2001 From: iSergio Date: Fri, 25 May 2018 12:18:46 +0300 Subject: [PATCH] Fix params --- httpd/configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpd/configure.sh b/httpd/configure.sh index 4ae3f48..90d39be 100755 --- a/httpd/configure.sh +++ b/httpd/configure.sh @@ -40,10 +40,10 @@ if ! [[ $choice =~ ^([yY][eE][sS]]|[yY])$ ]]; then fi if [[ "$TYPE" == "primary" ]]; then - CLUSTER_HOST=$PRIMARY_HOST + CLUSTER_HOST=$JBOSS_PRIMARY_HOST fi if [[ "$TYPE" == "standby" ]]; then - CLUSTER_HOST=$STANDBY_HOST + CLUSTER_HOST=$JBOSS_STANDBY_HOST fi HTTPD_CONF=/etc/httpd/conf/httpd.conf -- GitLab