Skip to content

Commit

Permalink
Add executable bit to copied node
Browse files Browse the repository at this point in the history
  • Loading branch information
yourcelf committed Jul 28, 2016
1 parent 6e1357d commit 8645725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ fi
# Copy node into place for production.
NODE="$COMPILE_DIR"/bin/node
cp "$METEOR_NODE" "$NODE"
chmod a+x "$NODE"

echo "-----> Using node: `$NODE --version`"
echo "-----> and npm: `$METEOR_NPM --version`"
Expand Down

0 comments on commit 8645725

Please sign in to comment.