From 1be384252efcbd996facac8bdd74dde9426161c0 Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Wed, 3 Dec 2025 15:26:01 +0100 Subject: [PATCH] test --- 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 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}