On Thu, Nov 16, 2023 at 9:34 AM Remush <[email protected]> wrote:
> What do you mean? > I just took an example from the manual and changed the default values with > values I want. Like that: > If you copied and pasted off the web site, or if you used an editor like Notepad or Wordpad on Windows to create this file and then copy it over to the container or Linux server, then it could contain the DOS-based newline characters and the guacd daemon may not be able to parse it correctly. You need to make sure that the file is in UNIX format. For example: $ file dosfile.txt dosfile.txt: ASCII text, with CRLF line terminators $ file unixfile.txt unixfile.txt: ASCII text $ dos2unix dosfile.txt dos2unix: converting file dosfile.txt to Unix format... $ file dosfile.txt dosfile.txt: ASCII text -Nick >
