bash: ./gsn-start.sh: /bin/bash^M: bad interpreter: No such file or directory
iseitani opened this issue · 3 comments
iseitani commented
I have the following problem with the Unix version :
bash: ./gsn-start.sh: /bin/bash^M: bad interpreter: No such file or directory
Thank you!
ebiiii commented
Hello,
Thanks for the bug report!
it seems it is a problem with the line endings... (the file was probably edited on Windows).
Are you using the version from the installer ?
As a quick solution you can open the file gsn-start.sh and remove all the "^M" that would appear at the end of each line. We will correct this and update the installer as soon as possible.
Thanks
iseitani commented
Thank you