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 }