From f3d43c1f050d697cebec90ea4da9f8638b930d82 Mon Sep 17 00:00:00 2001 From: jbpaux <9682558+jbpaux@users.noreply.github.com> Date: Tue, 9 Aug 2022 19:03:41 +0200 Subject: [PATCH] GUACAMOLE-1572: Add space indentation on error message --- guacamole-docker/bin/start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guacamole-docker/bin/start.sh b/guacamole-docker/bin/start.sh index ff0762d04..d7cab4264 100755 --- a/guacamole-docker/bin/start.sh +++ b/guacamole-docker/bin/start.sh @@ -252,13 +252,13 @@ to the environment variable, and setting the value to the path of the corresponding secret: POSTGRESQL_USER The user to authenticate as when connecting to - PostgreSQL. + PostgreSQL. POSTGRESQL_PASSWORD The password to use when authenticating with PostgreSQL - as POSTGRESQL_USER. + as POSTGRESQL_USER. POSTGRESQL_DATABASE The name of the PostgreSQL database to use for Guacamole - authentication. + authentication. END exit 1; }