opensourcehacker / sevabot

A Skype bot supporting integration with external services
http://sevabot-skype-bot.readthedocs.org/
565 stars 121 forks source link

Script start-server.sh has a minor misprint #62

Open vkavun opened 10 years ago

vkavun commented 10 years ago

Branch: master Script start-server.sh on line 68 has such text:

skype > /dev/null 2&>1 &

and I guess it should be 2>&1 ..

I had a very strange sequence of things, that this small misprint led to sevabot crash :D

miohtama commented 10 years ago

Thanks for spotting out this!

Can you please submit a pull request (just hit Edit and fork) on Github?

vkavun commented 10 years ago

Done)