Skip to content

Commit

Permalink
.ec2 dir no longer needs to be created. it's on the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Oct 16, 2013
1 parent 33f39b1 commit 52139fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ec2/h2o-cluster-distribute-aws-credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ for publicDnsName in $(cat nodes-public)
do
i=$((i+1))
echo "Copying aws credential files to node ${i}: ${publicDnsName}"
ssh -o StrictHostKeyChecking=no -i ${AWS_SSH_PRIVATE_KEY_FILE} ec2-user@${publicDnsName} mkdir -p .ec2
scp -p -o StrictHostKeyChecking=no -i ${AWS_SSH_PRIVATE_KEY_FILE} ${coreSiteFileName} ${awsCredentialsPropertiesFileName} ec2-user@${publicDnsName}:.ec2
done

Expand Down

0 comments on commit 52139fb

Please sign in to comment.