Skip to content

Commit

Permalink
Make setup.sh script agnostic about the location from which you call it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin J. Lynagh authored and Kevin J. Lynagh committed Feb 5, 2011
1 parent 7c053e6 commit 2f5ce84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Expand Up @@ -13,7 +13,7 @@ fi

#Run the Ruby script that reads Vagrantfile to make dna.json and cookbook tarball
echo "Making cookbooks tarball and dna.json"
ruby ec2_package.rb $2
ruby `dirname $0`/ec2_package.rb $2

IP=$1
USERNAME=ubuntu
Expand Down

0 comments on commit 2f5ce84

Please sign in to comment.