diff --git a/registry/coder-labs/modules/open-webui/run.sh b/registry/coder-labs/modules/open-webui/run.sh index 4e41f1d3..6220e0ca 100755 --- a/registry/coder-labs/modules/open-webui/run.sh +++ b/registry/coder-labs/modules/open-webui/run.sh @@ -1,6 +1,9 @@ #!/usr/bin/env sh set -e +LOG_PATH=${LOG_PATH} +PORT=${PORT} + # shellcheck disable=SC2059 printf '\033[0;1mInstalling Open WebUI...\n\n'