This commit is contained in:
randogoth 2025-10-26 17:02:43 +02:00
parent 43b9d9f47a
commit 8f8779fee1
4 changed files with 29 additions and 2 deletions

View file

@ -113,6 +113,9 @@ start_http_console() {
if [ -n "${DOS_HTTP_LOG_LEVEL:-}" ]; then
args+=(--log-level "${DOS_HTTP_LOG_LEVEL}")
fi
if [ -n "${DOS_HTTP_FONT_PATH:-}" ]; then
args+=(--font-path "${DOS_HTTP_FONT_PATH}")
fi
set +e
"${DOS_HTTPD_BIN}" "${args[@]}" &