Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One line setup is failing in the end #564

Closed
drpayyne opened this issue Oct 28, 2021 · 5 comments
Closed

One line setup is failing in the end #564

drpayyne opened this issue Oct 28, 2021 · 5 comments

Comments

@drpayyne
Copy link
Contributor

Description
image

Steps To Reproduce

  1. Run curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.3-p1 as described in the docs.
  2. Command fails towards the end as in the screenshot. I tried in both the default macOS terminal and a third party terminal called Warp.

Expected Result
One line setup should complete successfully.

Actual Result
One line setup fails with a TTY error.

@drpayyne
Copy link
Contributor Author

@markshust - any idea if this is local issue or if this is a bug? I'm not really sure as I don't remember this happening a few months back. Could this be related to M1 by any chance?

@markshust
Copy link
Owner

@drpayyne I just made a push in the commit above, which I think could have caused this issue. Any references to bin/magento in an automated script need to be referenced with bin/clinotty, otherwise the "input device is not a TTY" error will always show. Pretty sure that fixed it, but can you re-test to confirm?

@markshust
Copy link
Owner

Additional fix in 92b803c

@markshust
Copy link
Owner

I just tested out the updates and didn't see any errors, so this presumably fixed it. If not, please let me know with more details and I will reopen it.

@ishanrakitha
Copy link

Tested just now on Ubuntu and its working as expected.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants