You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Hiroshi Noto (Jira)" <ji...@apache.org> on 2021/03/31 07:43:00 UTC

[jira] [Created] (GUACAMOLE-1316) associate_openid() failed printing a message in start.sh within container

Hiroshi Noto created GUACAMOLE-1316:
---------------------------------------

             Summary: associate_openid() failed printing a message in start.sh within container
                 Key: GUACAMOLE-1316
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1316
             Project: Guacamole
          Issue Type: Bug
          Components: guacd-docker
    Affects Versions: 1.3.0
         Environment: Docker
            Reporter: Hiroshi Noto


When using OpenID Connect with docker image, an error message below will be logged.
{noformat}
2021-03-22 15:17:22/opt/guacamole/bin/start.sh: 542: /opt/guacamole/bin/start.sh: : not found{noformat}
 

This is caused by these lines, especially #542.

[https://github.com/apache/guacamole-client/blob/f1783f5dc1734b114a3698d3a3bac713eb9c2b9c/guacamole-docker/bin/start.sh#L542]

A line #542 includes space characters in the end of the line.

 

note: this error will not affect functionality of the container



--
This message was sent by Atlassian Jira
(v8.3.4#803005)