Skip to content

Commit

Permalink
fix script ref
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnfeldman committed Jun 17, 2014
1 parent c0cc135 commit cc0e799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion stack/awscluster/src/main/groovy/wait_for_instances.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cc0e799

Please sign in to comment.