diff --git a/stack/awscluster/src/main/dist/init_instance/init_rest_server.sh b/stack/awscluster/src/main/dist/init_instance/init_rest_server.sh index c85457f361..7dfa2ebfa8 100644 --- a/stack/awscluster/src/main/dist/init_instance/init_rest_server.sh +++ b/stack/awscluster/src/main/dist/init_instance/init_rest_server.sh @@ -46,7 +46,7 @@ ln -s /home/ubuntu/.groovy /root/.groovy # Wait for enough Cassandra nodes then deploy and restart Tomcat cd /usr/share/usergrid/scripts -groovy wait_for_cassandra.groovy +groovy wait_for_instances.groovy mkdir -p /usr/share/tomcat7/lib groovy configure_usergrid.groovy > /usr/share/tomcat7/lib/usergrid-deployment.properties diff --git a/stack/awscluster/src/main/groovy/wait_for_instances.groovy b/stack/awscluster/src/main/groovy/wait_for_instances.groovy index 2e22a64f3b..f6cf80a995 100644 --- a/stack/awscluster/src/main/groovy/wait_for_instances.groovy +++ b/stack/awscluster/src/main/groovy/wait_for_instances.groovy @@ -18,7 +18,7 @@ // -// wait_for_cassandra.groovy +// wait_for_instances.groovy // // Wait for enough Cassandra servers are up before proceding, // Enough means count greater than or equal to replication factor.