Skip to content
Snippets Groups Projects
Commit 22e7f698 authored by iSergio's avatar iSergio
Browse files

Fix params

parent 19240d90
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment