From d6a18d8419287f9d96ce5f2c2d55ccf74e03299c Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Wed, 3 Dec 2025 13:52:40 +0000 Subject: [PATCH] fix: restore LOG_PATH and PORT variable assignments from templatefile --- registry/coder-labs/modules/open-webui/run.sh | 3 +++ 1 file changed, 3 insertions(+) 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'