From 5335c8549522180545c7ab35da8e5736f31ecc82 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Wed, 3 Dec 2025 14:55:09 +0100 Subject: [PATCH] fixes --- registry/coder-labs/modules/open-webui/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder-labs/modules/open-webui/run.sh b/registry/coder-labs/modules/open-webui/run.sh index 6220e0ca..25a3e6c2 100755 --- a/registry/coder-labs/modules/open-webui/run.sh +++ b/registry/coder-labs/modules/open-webui/run.sh @@ -1,8 +1,8 @@ #!/usr/bin/env sh set -e -LOG_PATH=${LOG_PATH} -PORT=${PORT} +LOG_PATH=$${LOG_PATH} +PORT=$${PORT} # shellcheck disable=SC2059 printf '\033[0;1mInstalling Open WebUI...\n\n'