diff --git a/scripts/awsbox/post_deploy.sh b/scripts/awsbox/post_deploy.sh index ef4220340..6c75c9a32 100755 --- a/scripts/awsbox/post_deploy.sh +++ b/scripts/awsbox/post_deploy.sh @@ -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"