1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
1
If you created <install.sh> on Windows, this error is likely to occur.
Linux and Windows have different text formats.
Try opening it via vi -b install.sh
on Linux.
If you can see characters such as '^M', then this error may occur when running it on a GameLift fleet.
Thanks, it works