fix: restore LOG_PATH and PORT variable assignments from templatefile

This commit is contained in:
Marcin Tojek 2025-12-03 13:52:40 +00:00
parent d03588356e
commit d6a18d8419

View File

@ -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'