GUACAMOLE-1572: Add space indentation on error message

This commit is contained in:
jbpaux
2022-08-09 19:03:41 +02:00
committed by Mike Jumper
parent c081fd3ff2
commit 6d0d3badab

View File

@@ -252,13 +252,13 @@ to the environment variable, and setting the value to the path of the
corresponding secret: corresponding secret:
POSTGRESQL_USER The user to authenticate as when connecting to POSTGRESQL_USER The user to authenticate as when connecting to
PostgreSQL. PostgreSQL.
POSTGRESQL_PASSWORD The password to use when authenticating with 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 POSTGRESQL_DATABASE The name of the PostgreSQL database to use for Guacamole
authentication. authentication.
END END
exit 1; exit 1;
} }