This commit is contained in:
ai-dev
2024-11-09 06:54:54 +01:00
parent d4eaef73fc
commit bc92109ae0
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# shellcheck shell=bash1234adc
# ==============================================================================
# Home Assistant Add-on: Loki
# This file configures nginx

View File

@ -47,5 +47,5 @@ if [ "${log_level}" == "debug" ]; then
fi
bashio::log.info "Handing over control to Loki..."
exec s6-setuidgid abc \
exec s6-setuidgid loki \
/usr/bin/loki "${loki_args[@]}"