From c6eeeab56077f61f21112460da760d3da7b0996d Mon Sep 17 00:00:00 2001 From: jbpaux <9682558+jbpaux@users.noreply.github.com> Date: Sat, 25 Dec 2021 22:36:17 +0100 Subject: [PATCH] GUACAMOLE-1418: fix missing space --- guacamole-docker/bin/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh index acd4ada99..b87c66b04 100755 --- a/guacamole-docker/bin/start.sh +++ b/guacamole-docker/bin/start.sh @@ -23,7 +23,7 @@ ## ## Automatically configures and starts Guacamole under Tomcat. Guacamole's ## guacamole.properties file will be automatically generated based on the -## linked database container (either MySQL,PostgreSQL or SQLServer) and the linked guacd +## linked database container (either MySQL, PostgreSQL or SQLServer) and the linked guacd ## container. The Tomcat process will ultimately replace the process of this ## script, running in the foreground until terminated. ##