diff --git a/registry/coder-labs/modules/open-webui/run.sh b/registry/coder-labs/modules/open-webui/run.sh index 91ac046a..74605c05 100755 --- a/registry/coder-labs/modules/open-webui/run.sh +++ b/registry/coder-labs/modules/open-webui/run.sh @@ -2,8 +2,8 @@ set -eu -echo "1. $${HTTP_SERVER_LOG_PATH}" -echo "2. ${HTTP_SERVER_LOG_PATH}" +echo "1. ${HTTP_SERVER_LOG_PATH}" +echo "2. $${HTTP_SERVER_LOG_PATH}" HTTP_SERVER_LOG_PATH=${HTTP_SERVER_LOG_PATH} HTTP_SERVER_PORT=${HTTP_SERVER_PORT}