Skip to content

Commit

Permalink
add mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ldsimonassi committed Mar 5, 2012
1 parent f61f34a commit b7f6bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/start_ec2_web_server.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
pkill -9 node
SERVER_NAME=$(ec2-metadata --public-hostname |cut -c 18-)

mkdir ../logs

# Start the Web Server
node ../node-js-server/node-drpc-server.js $SERVER_NAME 1000 1000 8080 1> ../logs/full_web_server.log 2>../logs/full_web_server.err &

Expand Down

0 comments on commit b7f6bb3

Please sign in to comment.