`startserver.sh` needs to use `Unix` file format
zdivelbiss opened this issue ยท 0 comments
The current (ver 1.1.0) server-side startup script fails to enumerate via sh
or ./
+ executable, due to return carriages being generated for line endings in DOS file formats (a la \r\n
vs \n
). The used must use a command line tool such as dos2unix
or copy-paste the contents of the original file into a text editor to fix this.