mage2click / docker-magento-mutagen

Mage2click Docker-based development environment for Magento with mutagen.io sync for files on macOS
https://mage2.click
MIT License
68 stars 9 forks source link

"Press any key to continue setup..." expects enter key to be pressed #78

Closed wojtekn closed 5 years ago

wojtekn commented 5 years ago

"Press any key to continue setup..." prompt is displayed and it doesn't allow to proceed unless Enter key is pressed.

It looks that simplest fix would be about changing "any key" to "enter", but it's also possible to adjust read call to accept any key.

shkoliar commented 5 years ago

Thanks, @wojtekn! Good catch

shkoliar commented 5 years ago

Added PR #79 with the fix, will be merged once @u-maxx adds his review on it

u-maxx commented 5 years ago

Thank you @wojtekn !