untitledkingdom / mina-puma

Puma tasks for Mina
MIT License
85 stars 40 forks source link

Fix puma start due to SSH -tt #23

Closed lulalala closed 6 years ago

lulalala commented 6 years ago

I had the problem of unable to start puma via mina, even though I can start puma by running the script generated by mina on my own SSH console.

Until I found this issue: https://github.com/puma/puma/issues/1276

Seems that it can only be fixed here. Feel free to comment on whether there are options.