Skip to content

Commit

Permalink
execute postinstall.js using node
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 26, 2012
1 parent 6fcb9c3 commit d3aef4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/awsbox/post_deploy.sh
Expand Up @@ -2,7 +2,7 @@

if [ ! -f $HOME/var/root.cert ] ; then
echo ">> generating keypair"
scripts/postinstall.js
node scripts/postinstall.js
mv var/root.{cert,secretkey} $HOME/var
else
echo ">> no keypair needed. you gots one"
Expand Down

0 comments on commit d3aef4e

Please sign in to comment.