Commit 22e7f698 authored by iSergio's avatar iSergio
Browse files

Fix params

parent 19240d90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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