gossa/run.sh: fix casing in error message
This commit is contained in:
parent
f59a0784e4
commit
197fcd1a3d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if [[ -z "${GOSSA_GID}" ]]; then
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
if [[ -z "${NOMAD_PORT_GOSSA}" ]]; then
|
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;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue