it is fixed, I think
This commit is contained in:
parent
beda67aca6
commit
356a1e46b2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,6 +8,6 @@ then
|
||||||
else
|
else
|
||||||
mkdir -p -v log/thin/
|
mkdir -p -v log/thin/
|
||||||
bundle exec ruby ./script/websocket_server.rb&
|
bundle exec ruby ./script/websocket_server.rb&
|
||||||
bundle exec thin start $@
|
bundle exec thin -p 80 -a 192.168.0.191 start $@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue