From f4188ec289956e2786763cfce6e1d7c8c687c79b Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 6 Jun 2022 15:13:33 +0200 Subject: [PATCH] fix typo Thanks-to: Elie Brami --- entrypoint-frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint-frontend.sh b/entrypoint-frontend.sh index 37aaba48..9de9f175 100755 --- a/entrypoint-frontend.sh +++ b/entrypoint-frontend.sh @@ -22,7 +22,7 @@ run() { fi } -[ "${CURRENT_BASE}" != "${BASEURL}"] && { +[ "${CURRENT_BASE}" != "${BASEURL}" ] && { run "${BASEURL}" /srv/htdocs-frontend echo "${BASEURL}" > /chbase-done }