gossa/run.sh: fix casing in error message

This commit is contained in:
Starbeamrainbowlabs 2021-02-04 23:14:32 +00:00
parent f59a0784e4
commit 197fcd1a3d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if [[ -z "${GOSSA_GID}" ]]; then
exit 1;
fi
if [[ -z "${NOMAD_PORT_GOSSA}" ]]; then
echo "Error: No port number specified in the NOMAD_PORT_gossa environment variable.";
echo "Error: No port number specified in the NOMAD_PORT_GOSSA environment variable.";
exit 1;
fi