Fixing if whitespace error

This commit is contained in:
l
2019-03-21 16:43:40 +01:00
parent 89e6af0d9a
commit ee7a16eb1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ else
el_url="${ELASTICSEARCH_URL}"
fi
if [ "x${ELASTICSEARCH_USERNAME}" = "x"]; then
if [ "x${ELASTICSEARCH_USERNAME}" = "x" ]; then
auth=""
else
auth="--user ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}"