twitter-archive / kestrel

simple, distributed message queue system (inactive)
http://twitter.github.io/kestrel
Other
2.78k stars 313 forks source link

init.d script issue with disown #107

Closed CodeMonkeyKevin closed 11 years ago

CodeMonkeyKevin commented 12 years ago

I'm getting a "disown: not found" error in the init.d script

/etc/init.d/kestrel start Starting kestrel... /etc/init.d/kestrel: 155: disown: not found

disown is a bash command

changing the script from sh to bash fixed the error.

zuercher commented 11 years ago

this is fixed in master now, thanks