Don't want my personal changes to be pulled into the master with my pull request

This commit is contained in:
Uiri 2010-09-25 18:35:28 -04:00
parent e8d6fb26e7
commit ceb4f71714

View file

@ -8,6 +8,6 @@ then
else
mkdir -p -v log/thin/
bundle exec ruby ./script/websocket_server.rb&
bundle exec thin -p 80 -a 192.168.0.191 start $@
bundle exec thin start $@
fi