Loading httpd/configure.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
httpd/configure.sh +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading